dillon1000/react

Commit

Fiber: Fix reconciling after null (#8202)

Before, this code was bailing out after encoutering a null child because it thought it was out of old children. Seen when reconciling [null, <span />, <Image />] with [null, <span />, <Image />] in XUISelector.
Browse files
Changed paths3 files
First-parent comparison
M scripts/fiber/tests-failing.txt ModifiedM scripts/fiber/tests-passing.txt ModifiedM src/renderers/shared/fiber/ReactChildFiber.js Modified
Patch

Files changed

Rendering syntax-highlighted changes…