Skip to content

Commit

Permalink
Enable disableDefaultPropsExceptForClasses (#31804)
Browse files Browse the repository at this point in the history
TODO: test this PR to see what internal tests fail
  • Loading branch information
rickhanlonii authored Dec 17, 2024
1 parent 8dab592 commit 49b1a95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const enableInfiniteRenderLoopDetection = false;
export const enableReactTestRendererWarning = false;
export const disableLegacyMode = true;

export const disableDefaultPropsExceptForClasses = false;
export const disableDefaultPropsExceptForClasses = true;

export const renameElementSymbol = false;

Expand Down

0 comments on commit 49b1a95

Please sign in to comment.