We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssrRef
useAsync
๐ The bug On hot module reloading in development, ssrRef factory functions will not be re-run.
๐ ๏ธ To reproduce
git clone https://github.com/danielroe/repro-hmr-composition-api
cd repro-hmr-composition-api && yarn && yarn dev
http://localhost:3000/api
~/content/index.md
http://localhost:3000/vanilla
๐ Expected behaviour I would expect HMR to trigger a refresh of the factory function on client-side.
โน๏ธ Additional context See nuxt/content#80
The text was updated successfully, but these errors were encountered:
282b8d2
danielroe
No branches or pull requests
๐ The bug
On hot module reloading in development,
ssrRef
factory functions will not be re-run.๐ ๏ธ To reproduce
git clone https://github.com/danielroe/repro-hmr-composition-api
cd repro-hmr-composition-api && yarn && yarn dev
http://localhost:3000/api
~/content/index.md
http://localhost:3000/vanilla
.)๐ Expected behaviour
I would expect HMR to trigger a refresh of the factory function on client-side.
โน๏ธ Additional context
See nuxt/content#80
The text was updated successfully, but these errors were encountered: