pinia nuxt 3 [Vue warn]: Hydration node mismatch when updating state in SSR #2441
Replies: 3 comments
-
Beta Was this translation helpful? Give feedback.
-
I had the same issue and adding a |
Beta Was this translation helpful? Give feedback.
-
Related nuxt/nuxt#15474 (comment)
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
~/layouts/default.vue:
~/components/layouts/Common.vue
the part causing the mismatch warning because of the trustbox state is this template:
~/composables/useHeaders.js:
the part where I update the trustbox state in SSR from the index.vue useAsyncData
~/pages/index.vue
Beta Was this translation helpful? Give feedback.
All reactions