You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing React 19 with npm fails the peer dependency check because this library's peerDependency range does not include React 19.
Describe the ideal solution
This library is updated to use React 19.
Alternatives and current workarounds
It is possible to continue using the --legacy-peer-deps flag but this isn't a desirable long-term solution as it can result in a 'broken' dependency tree.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the problem you'd like to have solved
Installing React 19 with npm fails the peer dependency check because this library's peerDependency range does not include React 19.
Describe the ideal solution
This library is updated to use React 19.
Alternatives and current workarounds
It is possible to continue using the --legacy-peer-deps flag but this isn't a desirable long-term solution as it can result in a 'broken' dependency tree.
Additional context
No response
The text was updated successfully, but these errors were encountered: