Skip to content

Does not work with React 17 - Readme implies works for 16+ #1111

Closed
@oehm-smith

Description

@oehm-smith

I have a react17 project. Installation results in peerDependency error. The latest version (v13.3.0)'s package.json contains

    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },

You need to update the doco to help those not on 18.

v12.1.5 specifies:

    "react": "*",
    "react-dom": "*"
  }

Which seems to be what I need. But if not (or if so) you need to make this clear.

Good work otherwise! :)

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