mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
This cleans up the reconcilation path when adding a `style` prop (going from a falsey or no `style` to having one) by reducing the need for an object allocation and for-loop.