You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [polyfill for `window`](https://github.com/facebook/react-native/blob/acb634bc9662c1103bc7c8ca83cfdc62516d0060/packages/react-native/jest/setup.js#L61-L66).
16
+
* This polyfill causes React-Redux to use `useEffect`
17
+
* instead of `useLayoutEffect` for the `useIsomorphicLayoutEffect` hook.
18
+
* As a result, nested component updates may not be properly batched
19
+
* when using the `connect` API, leading to potential issues.
0 commit comments