[rcr] Relax react peer dep requirement (#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).
* #31919
* #31918
* #31917
* #31916
* __->__ #31915
* #31920
This commit is contained in:
lauren
2024-12-27 14:27:43 -05:00
committed by GitHub
parent fc8a898dd1
commit 4309bde2b4

View File

@@ -9,7 +9,7 @@
"src"
],
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0"
"react": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^0.0.0-experimental"
},
"scripts": {
"build": "rimraf dist && rollup --config --bundleConfigAsCjs",