mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
8db2995934
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/45264 Changelog: [internal] We added a flag to fix some issues when committing state updates synchronously from the main thread in https://github.com/facebook/react-native/pull/44015 but that implementation was incorrectly not invoking item dispatch listeners after mount. This adds the missing logic so we can unblock shipping sync state updates. Reviewed By: javache Differential Revision: D59319230 fbshipit-source-id: b0ab7e7c79a3315ef29dbb024e62c10444192509