We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae52de2 commit 8957e35Copy full SHA for 8957e35
.gitignore
@@ -26,3 +26,4 @@ lib
26
es
27
coverage
28
yarn.lock
29
+package-lock.json
package.json
@@ -63,5 +63,9 @@
63
"rc-align": "^4.0.0",
64
"rc-motion": "^2.0.0",
65
"rc-util": "^5.5.0"
66
+ },
67
+ "peerDependencies": {
68
+ "react": ">=16.9.0",
69
+ "react-dom": ">=16.9.0"
70
}
71
0 commit comments