Skip to content

Support for React 19 as peer dependency #224

@mdollinger-bpc

Description

@mdollinger-bpc

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions