dillon1000/react

Commit

[heathcheck] Check for namespaced StrictMode (#29076)

Previously, we only checked for StrictMode by searching for
`<StrictMode>` but we should also check for the namespaced version,
`<React.StrictMode>`.

Fixes https://github.com/facebook/react/issues/29075
Browse files
Changed paths1 file
First-parent comparison
M compiler/packages/react-compiler-healthcheck/src/checks/strictMode.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…