pinia nuxt 3 [Vue warn]: Hydration node mismatch when updating state in SSR #2441
Unanswered
fahdaddi
asked this question in
Help and Questions
Replies: 3 comments
-
I had the same issue and adding a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Related nuxt/nuxt#15474 (comment)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
~/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