We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a226388 commit 97d4ba2Copy full SHA for 97d4ba2
packages/shared/forks/ReactFeatureFlags.test-renderer.js
@@ -89,7 +89,7 @@ export const disableClientCache = true;
89
export const enableServerComponentKeys = true;
90
export const enableInfiniteRenderLoopDetection = false;
91
92
-export const enableReactTestRendererWarning = true;
+export const enableReactTestRendererWarning = false;
93
94
// Flow magic to verify the exports of this file match the original version.
95
((((null: any): ExportsType): FeatureFlagsType): ExportsType);
0 commit comments