Skip to content

Commit 397673d

Browse files
authoredMar 1, 2022
fix: Requires React version 16.8 or newer
1 parent ea4a280 commit 397673d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"react-component"
4747
],
4848
"peerDependencies": {
49-
"react": "^16.3.0 || ^17.0.0-0"
49+
"react": "^16.8.0 || ^17.0.0-0"
5050
},
5151
"devDependencies": {
5252
"@babel/cli": "7.17.6",

0 commit comments

Comments
 (0)