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/40895 This is a long running debug assert due to a race condition with BE. I have at times wanted to try to add a lock to protect this, and measure impact, but really it will go away when we get rid of BE anyway, and any strategy I have come up with to lock gets hairy quickly. This change does not impact RN in OSS, where BE is already disabled. Changelog: [Internal] Reviewed By: rshest Differential Revision: D50247680 fbshipit-source-id: d004fc7db24f1f0b7c3ea8756d4678ce41579712