Merge pull request #168 from SureShinde/master

Add support to react 17.x
This commit is contained in:
Kevin Qi 2021-03-25 12:42:57 -07:00 committed by GitHub
commit 3694795c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,6 @@
},
"dependencies": {},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0"
"react": "^0.14.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
}
}