Skip to content

Commit

Permalink
Update strictMode.ts
Browse files Browse the repository at this point in the history
Co-authored-by: SharkEzz <[email protected]>
  • Loading branch information
philipheinser and SharkEzz authored May 18, 2024
1 parent d587159 commit c9f7d5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const JsFileExtensionRE = /(js|ts|jsx|tsx)$/;
const StrictModeRE = /<(React\.StrictMode|StrictMode)>/;
let StrictModeUsage = false;

const NextJSConfigRE = /next\.config\.js/;
const NextJSConfigRE = /next\.config\.m?js/;
const StrictModeNextRE = /reactStrictMode: true/;

export default {
Expand Down

0 comments on commit c9f7d5c

Please sign in to comment.