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 0e4a935 commit fa1888dCopy full SHA for fa1888d
package.json
@@ -71,7 +71,7 @@
71
"vinyl-fs": "^4.0.0"
72
},
73
"peerDependencies": {
74
- "react": ">=16.9.0",
75
- "react-dom": ">=16.9.0"
+ "react": ">=18.0.0",
+ "react-dom": ">=18.0.0"
76
}
77
tests/setup.js
@@ -1,7 +1,2 @@
1
global.requestAnimationFrame = cb => setTimeout(cb, 0);
2
require('regenerator-runtime');
3
-
4
-const Enzyme = require('enzyme');
5
-const Adapter = require('enzyme-adapter-react-16');
6
7
-Enzyme.configure({ adapter: new Adapter() });
0 commit comments