v3.0.2
One of the problems v3.0.1 was intended to solve was not completely fixed in 3.0.1.
This release amends that.
- An error thrown inside reducer during the
combineReducer()
sanity check will be delayed until the first dispatch. This lets Redux DevTools correctly handle it and recover from the error. (#717, #761, #807, reduxjs/redux-devtools#106, reduxjs/redux-devtools#120)
To enjoy this, you’ll need at least [email protected]
.