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.
2 parents 000ba66 + d36d84a commit 5e48d5fCopy full SHA for 5e48d5f
1 file changed
package.json
@@ -76,5 +76,9 @@
76
"\\.tsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js",
77
"\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
78
}
79
+ },
80
+ "peerDependencies": {
81
+ "react": ">=16.9.0",
82
+ "react-dom": ">=16.9.0"
83
84
0 commit comments