Skip to content

Commit

Permalink
Turn off warning until internal tests are migrated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Pope committed Feb 16, 2024
1 parent a226388 commit 97d4ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/forks/ReactFeatureFlags.test-renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const disableClientCache = true;
export const enableServerComponentKeys = true;
export const enableInfiniteRenderLoopDetection = false;

export const enableReactTestRendererWarning = true;
export const enableReactTestRendererWarning = false;

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

0 comments on commit 97d4ba2

Please sign in to comment.