dillon1000/react
Commit
Browse files Fix findDOMNode for empty children
If there is no child there is nothing to tell us that this was the workInProgress branch. Therefore, we need to look at the other branch if there are children in it to see if *that* was the workInProgress branch.
Changed paths3 files
First-parent comparisonscripts/fiber/tests-failing.txt ModifiedM scripts/fiber/tests-passing.txt ModifiedM src/renderers/shared/fiber/ReactFiberTreeReflection.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…