Skip to content

Commit 97d4ba2

Browse files
author
Jack Pope
committed
Turn off warning until internal tests are migrated
1 parent a226388 commit 97d4ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const disableClientCache = true;
8989
export const enableServerComponentKeys = true;
9090
export const enableInfiniteRenderLoopDetection = false;
9191

92-
export const enableReactTestRendererWarning = true;
92+
export const enableReactTestRendererWarning = false;
9393

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

0 commit comments

Comments
 (0)