Skip to content

Commit ca4afef

Browse files
authored
feat(react): Add React 19 to peer deps (#12207)
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.
1 parent 805c577 commit ca4afef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"hoist-non-react-statics": "^3.3.2"
5050
},
5151
"peerDependencies": {
52-
"react": "^16.14.0 || 17.x || 18.x"
52+
"react": "^16.14.0 || 17.x || 18.x || 19.x"
5353
},
5454
"devDependencies": {
5555
"@testing-library/react": "^13.0.0",

0 commit comments

Comments
 (0)