Merge pull request #1341 from namdaoduy/patch-1

BUG FIX: should support react-dom 16 and 17
This commit is contained in:
Moritz Klack
2021-07-13 09:47:26 +02:00
committed by GitHub
+1 -1
View File
@@ -73,7 +73,7 @@
},
"peerDependencies": {
"react": "16 || 17",
"react-dom": "17 || 17"
"react-dom": "16 || 17"
},
"files": [
"dist",