Skip to content

Commit

Permalink
feat(react): Add React 19 to peer deps (#12207)
Browse files Browse the repository at this point in the history
Closes #12200

From my personal testing everything works with with React 19, so we can
bump the peer dep.

For the new error APIs, there is
#12147, but that PR
is draft while we get feedback from the React team.
  • Loading branch information
AbhiPrasad committed May 24, 2024
1 parent 805c577 commit ca4afef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"hoist-non-react-statics": "^3.3.2"
},
"peerDependencies": {
"react": "^16.14.0 || 17.x || 18.x"
"react": "^16.14.0 || 17.x || 18.x || 19.x"
},
"devDependencies": {
"@testing-library/react": "^13.0.0",
Expand Down

0 comments on commit ca4afef

Please sign in to comment.