dillon1000/react
Commit
Browse files 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.
Changed paths3 files
First-parent comparisonsrc/core/ReactMount.js ModifiedM src/core/__tests__/ReactRenderDocument-test.js ModifiedM src/core/getReactRootElementInContainer.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…