mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: I believe the old method of queueing these operations for Fabric is causing crashes because "connectNode" is on a separate JS queue from setting up nodes. In hindsight, this seems silly. We must ensure that nodes are created before they're connected, and we weren't doing that? Using a single queue is conceptually simpler, should be easier to reason about, and should fix some crashes. Changelog: [Internal] Reviewed By: fkgozali Differential Revision: D24521951 fbshipit-source-id: f6c38ac0023faa28414063d8b96daf32ba95524d