mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45345 When React diffs props, it can can short-circuit nested objects if their object identity hasn't changed. Whenever we use `flattenStyle` we prevent this optimization from taking place. Changelog: [Internal] Reviewed By: dmytrorykun Differential Revision: D59518281 fbshipit-source-id: e88ca781ab4622b5342169f8f27b09f0515513b3