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)