- The other answer covered how to debug this which I did
- I am getting this error and I am not able to determine what is causing it. I have checked the HTML markup and doesn't seem to be the source of this issue
- I am using Nuxt with SSR in my code
- Here is the codesandbox link with the actual error in it
Really appreciate if anyone can tell me what is causing this error
The client-side rendered virtual DOM tree is not matching server-rendered content.
This is likely caused by incorrect HTML markup, for example nesting block-level elements inside <p>, or missing <tbody>.
Bailing hydration and performing full client-side render.