Skip to content

Commit 4309bde

Browse files
authored
[rcr] Relax react peer dep requirement (facebook#31915)
There's no real reason to restrict the React peer dep to non-experimental, so relax it. --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/31915). * facebook#31919 * facebook#31918 * facebook#31917 * facebook#31916 * __->__ facebook#31915 * facebook#31920
1 parent fc8a898 commit 4309bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/packages/react-compiler-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"src"
1010
],
1111
"peerDependencies": {
12-
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
12+
"react": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^0.0.0-experimental"
1313
},
1414
"scripts": {
1515
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",

0 commit comments

Comments
 (0)