Replies: 1 comment
-
The stackblitz examples are not showing hydration errors for me in chrome. Do you mind sharing your browser infromation and a list of plugins you're using? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
reproduce
online stackblize
core code
Context
You can see here
CompB
call hookuseB
, anduseB
will calluseHydrateAtoms([[atomA, 'changed A']]);
to modifyatomA
. Why here will cause nextjs hydrate error?In my company app, I occur the same condition, but get another error:
reproduce example: https://stackblitz.com/edit/vitejs-vite-sfkwgj?file=src%2FCompA.tsx
Beta Was this translation helpful? Give feedback.
All reactions