Skip to content

Commit aedc679

Browse files
mrkevzhengjitf
authored andcommitted
Switch on enableProfilerChangedHookIndices flag for OSS devtools builds (facebook#22011)
1 parent 3f2eddf commit aedc679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-devtools-shared/src/config/DevToolsFeatureFlags.extension-oss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* It should always be imported from "react-devtools-feature-flags".
1414
************************************************************************/
1515

16-
export const enableProfilerChangedHookIndices = false;
16+
export const enableProfilerChangedHookIndices = true;
1717
export const isInternalFacebookBuild = false;
1818

1919
/************************************************************************

0 commit comments

Comments
 (0)