mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
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.