Duplicating content
can anybody help me? I have a page (nuxt3) that displays the list of posts, when I enter it it loads normally, however, when I press F5 for example, it displays the entire page content in duplicate. Does anyone know what this can be? Only happens in production (vercel, netlify)
7 Replies
Have you checked your console for hydration mismatches?
@warflash
only happens in production
it dosent show anything on console
Tbh that sounds like prime hydration mismatch territory
Also you only want to have only one root element in your page
I put the content inside the <ClientOnly> tag and it stopped to duplicate, this is a bug not fixed in nuxt3 yet
I highly doubt this is a bug in nuxt
i saw this issue : https://github.com/primefaces/primevue/issues/2482
GitHub
Nuxt3: Toast component causes duplicate content · Issue #2482 · pri...
I'm submitting a ... (check one with "x") [x] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on th...