Skip to content

Support newer versions of React #44

@chrisshiplet

Description

@chrisshiplet

We're currently pinned to old versions of React which causes problems for projects trying to upgrade their React versions:

"peerDependencies": {
    "react": "~15.0.0 || ^16.0.0",
    "react-dom": "~15.0.0 || ^16.0.0"
  }

We should evaluate if we can add newer versions of React to this list. Ideally without upgrading other dependencies, but we can do that too if necessary.

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