dillon1000/react

Commit

Fix unmounting components mounted into doc element

If we are to unmount a component mounted into a document element we should
unmount it from document.documentElement and not from document.firstChild which
is a doctype element in this specific case.
Browse files
Changed paths3 files
First-parent comparison
M src/core/ReactMount.js ModifiedM src/core/__tests__/ReactRenderDocument-test.js ModifiedM src/core/getReactRootElementInContainer.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…