This repository was archived by the owner on Aug 19, 2022. It is now read-only.
This repository was archived by the owner on Aug 19, 2022. It is now read-only.
Support for React 17+ #38
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels