Skip to content

Commit 87b67d3

Browse files
author
Brian Vaughn
authored
Enable scheduling profiler flag for react-dom profiling builds (#21867)
1 parent 64bbd7a commit 87b67d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/ReactFeatureFlags.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const enableDebugTracing = false;
1717

1818
// Adds user timing marks for e.g. state updates, suspense, and work loop stuff,
1919
// for an experimental scheduling profiler tool.
20-
export const enableSchedulingProfiler = __PROFILE__ && __EXPERIMENTAL__;
20+
export const enableSchedulingProfiler = __PROFILE__;
2121

2222
// Helps identify side effects in render-phase lifecycle hooks and setState
2323
// reducers by double invoking them in StrictLegacyMode.

0 commit comments

Comments
 (0)