Vue 3 SSR issues
When using useWindowVirtualizer, with SSR and Nuxt 3, I'm getting the error in the screenshot:
I suppose this is because the virtual window in the server is different from the client, how can I fix or ignore this issue so hydration does not fail?
You can check all the source code here:
https://github.com/Rule-34/App/blob/main/pages/posts/%5Bdomain%5D.vue#L540

1 Reply
harsh-harlequinOP•12mo ago
bump