You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try override prose component <ProseImg/> to show caption under image in nuxt/content template, but got hydration mismatch warning, I thought it was cause by content module(nuxt/content#2640), but this issue also be found in MDC playground
I just add <figure/> and <figurecaption/>, after several try that I realized if there are some unexpected element wrap it would cause hydration mismatch, but cant resolve it
I try override prose component
<ProseImg/>
to show caption under image in nuxt/content template, but got hydration mismatch warning, I thought it was cause by content module(nuxt/content#2640), but this issue also be found in MDC playgroundI just add
<figure/>
and<figurecaption/>
, after several try that I realized if there are some unexpected element wrap it would cause hydration mismatch, but cant resolve itReproduction
https://stackblitz.com/edit/github-1szhfr
The text was updated successfully, but these errors were encountered: