Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-04-14 | 645 Bytes | |
v9.1.1 source code.tar.gz | 2024-04-14 | 1.6 MB | |
v9.1.1 source code.zip | 2024-04-14 | 1.7 MB | |
Totals: 3 Items | 3.3 MB | 0 |
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
Equals
constraint into an intersection type. by @DanielRosenwasser in https://github.com/reduxjs/react-redux/pull/2123 - Fix
useIsomorphicLayoutEffect
usage 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