File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 18
18
// add a test configuration for React Native.
19
19
20
20
export const alwaysThrottleRetries = __VARIANT__ ;
21
- export const consoleManagedByDevToolsDuringStrictMode = __VARIANT__ ;
22
21
export const disableDefaultPropsExceptForClasses = __VARIANT__ ;
23
22
export const enableAddPropertiesFastPath = __VARIANT__ ;
24
23
export const enableDeferRootSchedulingToMicrotask = __VARIANT__ ;
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ export const disableLegacyMode = __TODO_NEXT_RN_MAJOR__;
25
25
export const useModernStrictMode = __TODO_NEXT_RN_MAJOR__ ;
26
26
export const enableReactTestRendererWarning = __TODO_NEXT_RN_MAJOR__ ;
27
27
export const enableAsyncActions = __TODO_NEXT_RN_MAJOR__ ;
28
- export const consoleManagedByDevToolsDuringStrictMode = __TODO_NEXT_RN_MAJOR__ ;
29
28
export const enableDeferRootSchedulingToMicrotask = __TODO_NEXT_RN_MAJOR__ ;
30
29
export const alwaysThrottleRetries = __TODO_NEXT_RN_MAJOR__ ;
31
30
export const enableInfiniteRenderLoopDetection = __TODO_NEXT_RN_MAJOR__ ;
@@ -54,6 +53,7 @@ export const enableFizzExternalRuntime = __NEXT_RN_MAJOR__; // DOM-only
54
53
export const enableBinaryFlight = true ;
55
54
export const enableFlightReadableStream = true ;
56
55
export const enableServerComponentLogs = __NEXT_RN_MAJOR__ ;
56
+ export const consoleManagedByDevToolsDuringStrictMode = __NEXT_RN_MAJOR__ ;
57
57
58
58
// DEV-only but enabled in the next RN Major.
59
59
// Not supported by flag script to avoid the special case.
You can’t perform that action at this time.
0 commit comments