79533360

Date: 2025-03-25 10:35:49
Score: 1.5
Natty:
Report link

In Nuxt 3, if a <p> tag is nested in another <p> tag, then v-html appears to give hydration mismatch error. Try to check if that's what's happening at the rendered HTML in dev tools Elements tab.

Changing outer <p> tag to <div> helped me. I was getting my content from contentful and doing v-html gave me hydration mismatch error.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Twarinx