Replies: 2 comments 15 replies
-
i also got this error in every next js i start, i separate header & footer and then include them inside _app.js |
Beta Was this translation helpful? Give feedback.
0 replies
-
Got a repo to look at? I guess the click is triggering some UI element to come up? Did this ever happen in pages? |
Beta Was this translation helpful? Give feedback.
15 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I have an application/poc I'm working on but struggle with hydration. If I just sit back and wait for the application to load it works just fine, but if I click anywhere on the page before it has hydrated I get a hydration error:
First I thought it was related to one of my components, but it seems like it doesn't matter where I click I will get the error when I click the page.
Any idea what might be going on or how I debug this kind of issue?
I do use the new app folder for the application.
UPDATE: Small repro repo: https://github.com/mastoj/next-hydration-error
Beta Was this translation helpful? Give feedback.
All reactions