Skip to content

Commit

Permalink
Enable disableDefaultPropsExceptForClasses
Browse files Browse the repository at this point in the history
  • Loading branch information
rickhanlonii committed Dec 16, 2024
1 parent e06c72f commit d7fad4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,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 d7fad4e

Please sign in to comment.