dillon1000/react
Commit
Browse files Revert rollout state of enableCache in React Native to next major only (#28565)
## Summary We're working on enabling the use of microtasks in React Native by default when using the new architecture. To enable this we need to synchronize the RN renderers from React, but doing this causes an error because the renderers now rely on an object defined in `React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED` (`ReactCurrentCache`) that's hasn't been released as a stable version yet (cache). This reverts the change done in #28519 to avoid enabling the cache API in RN until we release a new version of React in npm. ## How did you test this change? Manually built the RN renderer, copied it to the RN repository and tested e2e in RNTester.
Changed paths1 file
First-parent comparisonpackages/shared/forks/ReactFeatureFlags.native-oss.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…