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 9198a5c commit f412961Copy full SHA for f412961
packages/shared/forks/ReactFeatureFlags.www.js
@@ -35,7 +35,9 @@ export const {
35
// It's not used anywhere in production yet.
36
37
export const enableProfilerTimer = __PROFILE__;
38
-export const enableProfilerCommitHooks = __PROFILE__;
+
39
+// Temporarily disable commit hooks flag to verify it does not cause a regression.
40
+export const enableProfilerCommitHooks = false;
41
42
// Logs additional User Timing API marks for use with an experimental profiling tool.
43
export const enableSchedulingProfiler = __PROFILE__;
0 commit comments