Skip to content

Commit

Permalink
fix(core): supports react@17
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Stenin authored and yarastqt committed Apr 27, 2021
1 parent 369e91c commit 9694787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@bem-react/classnames": "1.3.9"
},
"peerDependencies": {
"react": "^16.8.0"
"react": "^16.8.0 || ^17.0.0"
},
"nyc": {
"include": ["core.tsx"],
Expand Down

0 comments on commit 9694787

Please sign in to comment.