We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1faf9e3 commit 5427b46Copy full SHA for 5427b46
packages/shared/forks/ReactFeatureFlags.www.js
@@ -35,7 +35,10 @@ 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
+// TODO (brian) Re-enable this flag if performance is mostly neutral.
41
+export const enableProfilerCommitHooks = false;
42
43
// Logs additional User Timing API marks for use with an experimental profiling tool.
44
export const enableSchedulingProfiler = __PROFILE__;
0 commit comments