dillon1000/react
Commit
Browse files [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
Changed paths1 file
First-parent comparisoncompiler/packages/react-compiler-healthcheck/src/checks/strictMode.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…