mirror of
https://github.com/facebook/react.git
synced 2026-02-24 04:33:04 +00:00
Revert https://github.com/facebook/react/commit/353c30252. The commit breaks old React Native where `nativeFabricUIManager` is undefined. I need to add unit test for this to make sure it doesn't happen in the future and create a mechanism to deal with undefined `nativeFabricUIManager`. This is to unblock React sync to React Native.