React minified errors appearing in console

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")

more details: https://docs.plasmic.app/learn/development-troubleshooting/#hydration-errors

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

yes please, it is https://qnt.edu.vn

I think the issue is here, where you have nested h2s

thank you so so much Chung!!!