Hydration error (useId)
Unanswered
Tomistoma posted this in #help-forum
TomistomaOP
https://github.com/radix-ui/primitives/issues/3700
I am having a lot of hydration errors with Radix UI components, resizable-panels and others (because of unstable IDs)
https://github.com/radix-ui/primitives/issues/3700
Does anyone have an idea?
Downgrading to Next.js 15.4.7 seems to resolve the issue (possibly because of the version using an older version of React).
I am having a lot of hydration errors with Radix UI components, resizable-panels and others (because of unstable IDs)
https://github.com/radix-ui/primitives/issues/3700
Does anyone have an idea?
Downgrading to Next.js 15.4.7 seems to resolve the issue (possibly because of the version using an older version of React).
6 Replies
TomistomaOP
this is the issue in github https://github.com/vercel/next.js/issues/84029
interesting
Pacific sand lance
does it happen in production builds too?
had similiar issues in development since one of next15 canary releases
TomistomaOP
yes, both dev and production
i feel like its a react issue though