-
Notifications
You must be signed in to change notification settings - Fork 91
Description
Hi!
I'm trying to use draft-convert@2.1.13 in a project with React 19 (react@19.2.0).
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: draft-convert@2.1.13
npm error Found: react@19.2.0
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/msal-react@3.0.20