Hi team,
I am getting Minified React errors showing on console log. Could you please advise? Thank you.
Hi team,
I am getting Minified React errors showing on console log. Could you please advise? Thank you.
this looks like hydration issues, which usually means you have invalid nesting of html tags. You can try to check for a few common ones in the rendered page:
document.querySelector("a a")
document.querySelector("p div")
Thank you Chung
I am trying to narrow down the issue, seems only happen on my /index page. I am running on Gatsby and Loader method.
Would there be any chance, plasmic components causing this hydration errors when combining them on canvas?
can I access the live page? I could take a look
thank you so so much Chung!!!