feat!: remove `alternate-renderers` entry point for v10
Author: aryaemami59Created Jun 30, 2026Updated Jun 30, 2026
LabelsBreaking Change
Summary
- remove the
alternate-renderersentry point, which shipped a build that droppedreact-dom/react-nativeunstable_batchedUpdatesbatching - 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-renderersexport is removed in v10; import fromreact-reduxdirectly
See this GitHub comment for context.
Source: reduxjs/react-redux