Hydratation issue using pinia store (stackblitz reproduction)
I'm having an issue with SSR rendering using pinia store.
Here the issue : https://stackblitz.com/edit/github-6xitgs?file=stores%2FuseTestStore.ts,app.vue,nuxt.config.ts,components%2FTest.vue
How can I fix this issue ? My ssr is not rendering correctly. I need to have my testStore.test to true in ssr mode like on my client.
How to ?
(you have to refresh the renderer page)
3 Replies
.
i'm same error, can someone help me?
I solve it in a different way but I don't remember on how i did it