redux v4.0.3 Release Notes

Release Date: 2019-07-09 // almost 5 years ago
  • ⏪ This is a quick revert of a change to our typings that broke compatibility. Apologies for the problems.

    Also, if you are experiencing type errors related to [Symbol.observable], please ensure you have the same version of redux installed for all your dependencies with npm ls redux.

    Changes

    • ⏪ Reverts the change to combineReducers' type parameters (#3467 by @timdorr)