-
Notifications
You must be signed in to change notification settings - Fork 92
Description
Hi!
I'm trying to use [email protected] in a project with React 19 ([email protected]).
Currently, the peer dependency for React is set to:
^15.0.2 || ^16.0.0-rc || ^16.0.0 || ^17.0.0 || ^18.0.0
This causes npm/yarn to fail with a dependency resolution error when installing with React 19.
And prevents me from building my project with React 19.
Could you please update the peer dependency to include React 19 support?
If there are any known issues or incompatibilities with React 19, please let us know.
Thank you!
Error message:
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/react
npm error react@"^19.2.0" from the root project
npm error peer react@"^16.8.0 || ^17 || ^18 || ^19" from @azure/[email protected]