callOnce Hydration Issue
Hey guys, I'm using this use case to do the following:
await callOnce -> fetch data from API -> store in Pinia store -> use in component
But somehow I get a hydration issue. Even when using this exact same data flow as on the Nuxt Docs.
Does anybody know how to fix this?
2 Replies