dillon1000/react
Commit
Browse files 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
Changed paths2 files
First-parent comparisonfixtures/ssr/src/components/Chrome.js ModifiedM src/renderers/dom/fiber/ReactDOMFiberComponent.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…