Skip to content

Commit 552267b

Browse files
committed
toggle consoleManagedByDevToolsDuringStrictMode flag for native
1 parent 91096cf commit 552267b

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

packages/shared/forks/ReactFeatureFlags.native-fb-dynamic.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
// add a test configuration for React Native.
1919

2020
export const alwaysThrottleRetries = __VARIANT__;
21-
export const consoleManagedByDevToolsDuringStrictMode = __VARIANT__;
2221
export const disableDefaultPropsExceptForClasses = __VARIANT__;
2322
export const enableAddPropertiesFastPath = __VARIANT__;
2423
export const enableDeferRootSchedulingToMicrotask = __VARIANT__;

packages/shared/forks/ReactFeatureFlags.native-fb.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const dynamicFlags: DynamicExportsType = (dynamicFlagsUntyped: any);
2020
// the exports object every time a flag is read.
2121
export const {
2222
alwaysThrottleRetries,
23-
consoleManagedByDevToolsDuringStrictMode,
2423
disableDefaultPropsExceptForClasses,
2524
enableAddPropertiesFastPath,
2625
enableDeferRootSchedulingToMicrotask,

packages/shared/forks/ReactFeatureFlags.native-oss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export const disableLegacyMode = __TODO_NEXT_RN_MAJOR__;
2525
export const useModernStrictMode = __TODO_NEXT_RN_MAJOR__;
2626
export const enableReactTestRendererWarning = __TODO_NEXT_RN_MAJOR__;
2727
export const enableAsyncActions = __TODO_NEXT_RN_MAJOR__;
28-
export const consoleManagedByDevToolsDuringStrictMode = __TODO_NEXT_RN_MAJOR__;
2928
export const enableDeferRootSchedulingToMicrotask = __TODO_NEXT_RN_MAJOR__;
3029
export const alwaysThrottleRetries = __TODO_NEXT_RN_MAJOR__;
3130
export const enableInfiniteRenderLoopDetection = __TODO_NEXT_RN_MAJOR__;
@@ -54,6 +53,7 @@ export const enableFizzExternalRuntime = __NEXT_RN_MAJOR__; // DOM-only
5453
export const enableBinaryFlight = true;
5554
export const enableFlightReadableStream = true;
5655
export 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.

0 commit comments

Comments
 (0)