Skip to content

Commit a4f0560

Browse files
committed
revert change
1 parent 3a5b065 commit a4f0560

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"typescript": "~1.8.10"
8888
},
8989
"devEngines": {
90-
"node": "8.x || 9.x || 10.x || 11.x"
90+
"node": "8.x || 9.x || 10.x"
9191
},
9292
"jest": {
9393
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"

packages/shared/ReactFeatureFlags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
export const enableUserTimingAPI = __DEV__;
1111

12-
export const enableHooks = true;
12+
export const enableHooks = false;
1313
// Helps identify side effects in begin-phase lifecycle hooks and setState reducers:
1414
export const debugRenderPhaseSideEffects = false;
1515

0 commit comments

Comments
 (0)