Allow to use with React 17 (#356)

The library works perfectly with React 17 so it will allow users to not use `npm --legacy-peer-deps`
This commit is contained in:
Avior
2021-07-26 20:17:44 +02:00
committed by GitHub
parent 03aefa2cd5
commit d1262f4c7f

View File

@@ -37,6 +37,6 @@
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.5.1"
"react": "^16.5.1 || ^17.0.0"
}
}