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 eee1796 commit 46ca09dCopy full SHA for 46ca09d
package.json
@@ -29,7 +29,7 @@
29
"eslint-plugin-react-hooks": "^4.0.5",
30
"expect": "^1.20.2",
31
"md-insert": "^2.0.0",
32
- "min-react-env": "^1.0.1",
+ "min-react-env": "^2.0.0",
33
"mocha": "^10.0.0",
34
"prop-types-table": "^1.0.0",
35
"proxyquire": "^2.1.3",
test/util/render.js
@@ -5,6 +5,8 @@
5
6
import React from 'react';
7
import ReactDOM from 'react-dom';
8
+// Doing this after React is loaded makes React do a bit less DOM work
9
+import 'min-react-env/install';
10
import env from 'min-react-env';
11
import createYouTube from './createYouTube';
12
0 commit comments