Do hydration errors cause the whole page to be re-rendered?
Unanswered
Brown bear posted this in #help-forum
Brown bearOP
We built a site using Styled Components in lots of SSR pages.
I dealt this week with some errors about hydration and solved then, but some questions persist.
Do this error can cause the whole page to be rendered on client side, or only the component where the error occurs? I could not find any reference about this in React or Next docs.
I am worried these errors can impact our Core Web Vitals metrics.
Here is the link presented in the hydration errors logs, for reference: https://nextjs.org/docs/messages/react-hydration-error?
I dealt this week with some errors about hydration and solved then, but some questions persist.
Do this error can cause the whole page to be rendered on client side, or only the component where the error occurs? I could not find any reference about this in React or Next docs.
I am worried these errors can impact our Core Web Vitals metrics.
Here is the link presented in the hydration errors logs, for reference: https://nextjs.org/docs/messages/react-hydration-error?