dillon1000/react

Commit

Fix false positive <noscript> rehydration text difference warning in React 16 (#11157)

* Add <noscript> with HTML in it to SSR fixture

* Wrap <noscript> into a <div> to get its "client HTML"

* Revert "Wrap <noscript> into a <div> to get its "client HTML""

This reverts commit 27a42503e2790a0d5cf0b90451a664fc6ab9d862.

* Always use parent.ownerDocument
Browse files
Changed paths2 files
First-parent comparison
M fixtures/ssr/src/components/Chrome.js ModifiedM src/renderers/dom/fiber/ReactDOMFiberComponent.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…