npm react-redux 7.2.9
v7.2.9

latest releases: 9.1.2, 9.1.1, 9.1.0...
22 months ago

This patch release updates the rarely-used areStatesEqual option for connect to now pass through ownProps for additional use in determining which pieces of state to compare if desired.

The new signature is:

{
  areStatesEqual?: (
    nextState: State,
    prevState: State,
    nextOwnProps: TOwnProps,
    prevOwnProps: TOwnProps
  ) => boolean
}

What's Changed

Full Changelog: v7.2.8...v7.2.9

Don't miss a new react-redux release

NewReleases is sending notifications on new releases.