File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1818// add a test configuration for React Native.
1919
2020export const alwaysThrottleRetries = __VARIANT__ ;
21- export const consoleManagedByDevToolsDuringStrictMode = __VARIANT__ ;
2221export const disableDefaultPropsExceptForClasses = __VARIANT__ ;
2322export const enableAddPropertiesFastPath = __VARIANT__ ;
2423export const enableDeferRootSchedulingToMicrotask = __VARIANT__ ;
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ const dynamicFlags: DynamicExportsType = (dynamicFlagsUntyped: any);
2020// the exports object every time a flag is read.
2121export const {
2222 alwaysThrottleRetries,
23- consoleManagedByDevToolsDuringStrictMode,
2423 disableDefaultPropsExceptForClasses,
2524 enableAddPropertiesFastPath,
2625 enableDeferRootSchedulingToMicrotask,
@@ -70,6 +69,7 @@ export const enableLegacyFBSupport = false;
7069export const enableFilterEmptyStringAttributesDOM = true ;
7170export const enableGetInspectorDataForInstanceInProduction = true ;
7271export const useModernStrictMode = true ;
72+ export const consoleManagedByDevToolsDuringStrictMode = true ;
7373
7474export const renameElementSymbol = false ;
7575
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ export const disableLegacyMode = __TODO_NEXT_RN_MAJOR__;
2525export const useModernStrictMode = __TODO_NEXT_RN_MAJOR__ ;
2626export const enableReactTestRendererWarning = __TODO_NEXT_RN_MAJOR__ ;
2727export const enableAsyncActions = __TODO_NEXT_RN_MAJOR__ ;
28- export const consoleManagedByDevToolsDuringStrictMode = __TODO_NEXT_RN_MAJOR__ ;
2928export const enableDeferRootSchedulingToMicrotask = __TODO_NEXT_RN_MAJOR__ ;
3029export const alwaysThrottleRetries = __TODO_NEXT_RN_MAJOR__ ;
3130export const enableInfiniteRenderLoopDetection = __TODO_NEXT_RN_MAJOR__ ;
@@ -54,6 +53,7 @@ export const enableFizzExternalRuntime = __NEXT_RN_MAJOR__; // DOM-only
5453export const enableBinaryFlight = true ;
5554export const enableFlightReadableStream = true ;
5655export const enableServerComponentLogs = __NEXT_RN_MAJOR__ ;
56+ export const consoleManagedByDevToolsDuringStrictMode = __NEXT_RN_MAJOR__ ;
5757
5858// DEV-only but enabled in the next RN Major.
5959// Not supported by flag script to avoid the special case.
You can’t perform that action at this time.
0 commit comments