Skip to content

Commit

Permalink
[heathcheck] Check for namespaced StrictMode component
Browse files Browse the repository at this point in the history
  • Loading branch information
gsathya committed May 15, 2024
1 parent 71565a9 commit 1fd176c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import chalk from "chalk";

const JsFileExtensionRE = /(js|ts|jsx|tsx)$/;
const StrictModeRE = /\<StrictMode\>/;
const StrictModeRE = /<(React\.StrictMode|StrictMode)>/;
let StrictModeUsage = false;

export default {
Expand Down

0 comments on commit 1fd176c

Please sign in to comment.