Skip to content

Commit

Permalink
fix: Requires React version 16.8 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Mar 1, 2022
1 parent ea4a280 commit 397673d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -46,7 +46,7 @@
"react-component"
],
"peerDependencies": {
"react": "^16.3.0 || ^17.0.0-0"
"react": "^16.8.0 || ^17.0.0-0"
},
"devDependencies": {
"@babel/cli": "7.17.6",
Expand Down

0 comments on commit 397673d

Please sign in to comment.