mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d779eba4b3
## Summary I'm looking at cleaning up some unnecessary manual property flattening in React Native and wanted to verify this behaviour is working as expected, where properties from nested objects will always overwrite properties from the base object. ## How did you test this change? Unit tests