Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused
latestStoreState
field (reduxjs#1426)
* Remove unused `latestStoreState` field 1. This field doesn't actually affect anything: `action.payload` is always a fresh object anyway 2. Having reference to some arbitrary state from the past (namely, the one that triggered the last update for given component) leads to huge memory leaks if the state object is large and there are lots of connected components. * Revert redundant change
- Loading branch information