dillon1000/react
Commit
Browse files Fix false positive SVG hydration warning for mixed case tags (#11174)
* Add a failing test for <feMorphology> SSR It causes a false positive warning on hydration. * Make hydration tag comparison case insensitive
Changed paths2 files
First-parent comparisonsrc/renderers/dom/fiber/ReactDOMFiberEntry.js ModifiedM src/renderers/dom/shared/__tests__/ReactDOMServerIntegration-test.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…