#How to see hydration errors on dev environment
6 messages · Page 1 of 1 (latest)
I am also wondering this
If you cant repro them in dev mode, I would run npm run build && npm start locally with this flag https://nextjs.org/docs/advanced-features/source-maps#configuration-flag
I tried this with the flag but I still can't repro. Only in production via vercel do I see the hydration errors in console
Same for me
I would probably run a build with that flag (on the production server) to help me understand what's wrong, not ideal but it might help