Bug: react-compiler-healthcheck
doesn't recognize when strict mode is enabled with <React.StrictMode />
#29075
Labels
Status: Unconfirmed
A potential issue that we haven't yet confirmed as a bug
React version: 18.3.1
Steps To Reproduce
Create a react application
Use
<React.StrictMode />
to enable strict mode (instead of<StrictMode />
Run
npx react-compiler-healthcheck
:Link to code example:
This repo was created by running
pnpm create vite
and selecting React with Typescript. No changes were made to the code.https://github.com/psychedelicious/react-compiler-healthcheck_strict-mode
The current behavior
The health check doesn't recognize when strict mode is enabled with
<React.StrictMode />
.The expected behavior
The health check recognizes when strict mode is enabled with
<React.StrictMode />
.The text was updated successfully, but these errors were encountered: