-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
Description
Would you like to work on this feature?
- Check this if you would like to implement a PR, we are more than happy to help you go through the process.
What problem are you trying to solve?
When I try to install React 19 in my project, I get this warning:
npm warn Could not resolve dependency:
npm warn peer react@"^16.8.0 || ^17.0.0 || ^18.0.0" from [email protected]
Describe the solution you'd like
I would like react-chartjs-2
to support React 19 as a peer dependency.
Describe alternatives you've considered
None.
Documentation, Adoption, Migration Strategy
If React 19 can be added as a peer dependency, users should be able to install react-chartjs-2
in a React 19 project without a warning.
jdufresne, anajavi, PzYon, Yusuke-Ijima4, imjordanxd and 11 more