dillon1000/react
Commit
Browse files Implement {,un}hideInstance on RN renderer (#14115)
This is required to use lazy. Test Plan: * Verified lazy works on a real world use case (shows spinner, shows real content). * Verified that if I change the primary content's styles to have `display: 'none'` then it never appears (i.e., the code in `unhide` reads the styles successfully)
Changed paths2 files
First-parent comparisonpackages/react-native-renderer/src/ReactFabricHostConfig.js ModifiedM packages/react-native-renderer/src/ReactNativeHostConfig.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…