Skip to content

Commit 526c12f

Browse files
author
Brian Vaughn
authored
Enable enableProfilerCommitHooks flag for FB (#18230)
1 parent 9e5626c commit 526c12f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/shared/forks/ReactFeatureFlags.www.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const {
3939
exportletenableUserTimingAPI=__DEV__&&!__EXPERIMENTAL__;
4040

4141
exportconstenableProfilerTimer=__PROFILE__;
42-
exportconstenableProfilerCommitHooks=false;
42+
exportconstenableProfilerCommitHooks=__PROFILE__;
4343
exportconstenableSchedulerTracing=__PROFILE__;
4444
exportconstenableSchedulerDebugging=true;
4545

0 commit comments

Comments
 (0)