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
Hello dear, I use it in Nuxt 3 project, but i get this: [Vue warn]: Hydration node mismatch How should I solve it?
"devDependencies": { "nuxt": "3.5.3", }
"dependencies": { "nuxt-lazy-hydrate": "^1.0.0", }
nuxt.config.ts:
modules: [ '@pinia/nuxt', 'nuxt-lazy-hydrate' ],
and I use it like this:
<NuxtLazyHydrate :when-visible="true"> <MyComponentWithFetchData /> </NuxtLazyHydrate>
The text was updated successfully, but these errors were encountered:
Hey,
could you please create a Stackblitz reproduction with this error? I have not experienced it yet
Sorry, something went wrong.
Hi, of course I will send but now, it works for me in production mode without warn, but in dev mode I have that warns
No branches or pull requests
Hello dear,
I use it in Nuxt 3 project, but i get this: [Vue warn]: Hydration node mismatch
How should I solve it?
nuxt.config.ts:
and I use it like this:
The text was updated successfully, but these errors were encountered: