Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
useIsomorphicLayoutEffect
in React Native environments
- React Native was not using `useLayoutEffect` which was causing nested component updates to not get properly batched when using the `connect` API [#2150](#2150).
- Loading branch information