mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
6013105a9c
Changed: createFragment no longer includes nulls in its output (since toArray doesn't and they share code). Changed: React.Children.map no longer warns for clashing keys; traverseAllChildren will later when rendering. Also change the generated key format around to accomodate. My keys are probably not bulletproof but should definitely be safe against accidental collisions.