dillon1000/react
Commit
Browse files [RN] Remove unstable_batchedUpdates and unmountComponentAtNodeAndRemoveContainer from Fabric (#12571)
These don't make much sense in Fabric, since Fabric will be async by default only. And unmount+remove container is a sketchy API we should remove so we might as well make sure modern containers enforce that.
Changed paths2 files
First-parent comparisonpackages/react-native-renderer/src/ReactFabric.js ModifiedM packages/react-native-renderer/src/ReactNativeTypes.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…