We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525c01d commit 05afa48Copy full SHA for 05afa48
1 file changed
package.json
@@ -90,8 +90,8 @@
90
"typescript": "^6.0.3"
91
},
92
"peerDependencies": {
93
- "react": "^19.2.7",
94
- "react-dom": "^19.2.7"
+ "react": ">=16.9.0",
+ "react-dom": ">=16.9.0"
95
96
"lint-staged": {
97
"*": "prettier --write --ignore-unknown"
0 commit comments