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
{{ message }}
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
The peer dependency of react is "react": "^15.0.0-0 || ^16.0.0-0",.
Because of this appears warning while using react 17: [email protected]" has incorrect peer dependency "react@^15.0.0-0 || ^16.0.0-0".
This results in this library not being compatible with React 17.0+. Can we have React 17 support for this lib?
As react@17 is backward compatible with react@16 the transition should be smooth and it requires only peer dependency update in package.json.
The text was updated successfully, but these errors were encountered: