File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export const passChildrenWhenCloningPersistedNodes = false;
132132 */
133133export const enablePersistedModeClonedFlag = false ;
134134
135- export const enableOwnerStacks = __EXPERIMENTAL__ ;
135+ export const enableOwnerStacks = true ;
136136
137137export const enableShallowPropDiffing = false ;
138138
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export const enableReactTestRendererWarning = true;
8787export const disableDefaultPropsExceptForClasses = true ;
8888
8989export 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 ) ;
You can’t perform that action at this time.
0 commit comments