Skip to content
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
Open
@mrwbdv

Description

@mrwbdv

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

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