Summary
- remove the
alternate-renderers entry point, which shipped a build that dropped react-dom/react-native unstable_batchedUpdates batching
- since v8 adopted
useSyncExternalStore, the main entry no longer performs manual batching, so the separate entry point is redundant
- BREAKING CHANGE: the
react-redux/alternate-renderers export is removed in v10; import from react-redux directly
See this GitHub comment for context.
Summary
alternate-renderersentry point, which shipped a build that droppedreact-dom/react-nativeunstable_batchedUpdatesbatchinguseSyncExternalStore, the main entry no longer performs manual batching, so the separate entry point is redundantreact-redux/alternate-renderersexport is removed in v10; import fromreact-reduxdirectlySee this GitHub comment for context.