- Types updated so passing
undefined
as the first argument to reducers produced byreducerWithoutInitialState
no longer typechecks (unlessundefined
is a subtype of their state). Thanks @sgrishchenko!
undefined
as the first argument to reducers produced by reducerWithoutInitialState
no longer typechecks (unless undefined
is a subtype of their state). Thanks @sgrishchenko!