Skip to content

Commit e4bd753

Browse files
committed
Enable owner stacks in OSS builds
1 parent 056073d commit e4bd753

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/shared/ReactFeatureFlags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export const passChildrenWhenCloningPersistedNodes = false;
132132
*/
133133
export const enablePersistedModeClonedFlag = false;
134134

135-
export const enableOwnerStacks = __EXPERIMENTAL__;
135+
export const enableOwnerStacks = true;
136136

137137
export const enableShallowPropDiffing = false;
138138

packages/shared/forks/ReactFeatureFlags.test-renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const enableReactTestRendererWarning = true;
8787
export const disableDefaultPropsExceptForClasses = true;
8888

8989
export const enableObjectFiber = false;
90-
export const enableOwnerStacks = false;
90+
export const enableOwnerStacks = true;
9191

9292
// Flow magic to verify the exports of this file match the original version.
9393
((((null: any): ExportsType): FeatureFlagsType): ExportsType);

0 commit comments

Comments
 (0)