React 19 compatibility #76
Unanswered
multivac2x
asked this question in
Q&A
Replies: 1 comment
|
Likely causes for React 19 compatibility issues: (1) peerDependencies still pinned to React 18, (2) legacy APIs in components, (3) hydration/runtime assumptions. Best fix path: update peer dependency ranges to include React 19, run CI against React 18 and 19, and share a minimal reproduction repo. If you post your exact error stack and package versions, I can provide a precise patch plan. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, I am trying to install reui with REACT 19 and NextJS 16. Do you have any tip on how to do it?
I used npm install @base-ui/react@^1.2.0 @reui/reui@^0.1.0 --legacy-peer-deps
But I am not sure if is it the most appropriate way to solve the installation issue.
All reactions