v9.1.1
This bugfix release fixes an issue with connect and React Native caused by changes to our bundling setup in v9. Nested connect calls should work correctly now.
What's Changed
- Remove unused isProcessingDispatch by @Connormiha in https://github.com/reduxjs/react-redux/pull/2122
- Move
Equalsconstraint into an intersection type. by @DanielRosenwasser in https://github.com/reduxjs/react-redux/pull/2123 - Fix
useIsomorphicLayoutEffectusage in React Native environments by @aryaemami59 in https://github.com/reduxjs/react-redux/pull/2156
Full Changelog: https://github.com/reduxjs/react-redux/compare/v9.1.0...v9.1.1