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 2f230cb commit 8509ac4Copy full SHA for 8509ac4
1 file changed
package.json
@@ -86,8 +86,8 @@
86
"typescript": "^6.0.3"
87
},
88
"peerDependencies": {
89
- "react": "^19.2.7",
90
- "react-dom": "^19.2.7"
+ "react": ">=16.0.0",
+ "react-dom": ">=16.0.0"
91
92
"lint-staged": {
93
"*": "prettier --write --ignore-unknown"
0 commit comments