-
-
Notifications
You must be signed in to change notification settings - Fork 136
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filefeatureNew feature or requestNew feature or request
Description
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
ptmkenny
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filefeatureNew feature or requestNew feature or request