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 3a5b065 commit a4f0560Copy full SHA for a4f0560
package.json
@@ -87,7 +87,7 @@
87
"typescript": "~1.8.10"
88
},
89
"devEngines": {
90
- "node": "8.x || 9.x || 10.x || 11.x"
+ "node": "8.x || 9.x || 10.x"
91
92
"jest": {
93
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"
packages/shared/ReactFeatureFlags.js
@@ -9,7 +9,7 @@
9
10
export const enableUserTimingAPI = __DEV__;
11
12
-export const enableHooks = true;
+export const enableHooks = false;
13
// Helps identify side effects in begin-phase lifecycle hooks and setState reducers:
14
export const debugRenderPhaseSideEffects = false;
15
0 commit comments