Skip to content

Commit a8c664b

Browse files
mrkevJuan Tejada
authored and
Juan Tejada
committed
Switch on enableProfilerChangedHookIndices flag for OSS devtools builds (facebook#22011)
1 parent 9bf074e commit a8c664b

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)