Skip to content

Allow React 19 as a peer dependency #1455

@atomrevival

Description

@atomrevival

Problem

We're currently using this on a React 19 (RC) project and getting some peer dependencies. Seems that this works all right to just use the parser in a React 19 project, but haven't tested it conclusively.

Suggested Solution

{
  "peerDependencies": {
    "@types/react": "17 || 18",
    "react": "0.14 || 15 || 16 || 17 || 18 || 19"
  },
}

Keywords

React 19, upgrade, RC

Metadata

Metadata

Labels

dependenciesPull requests that update a dependency filefeatureNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions