Closed yuki-yano closed 5 years ago
hard-reducer does not include undefined in State type
Type declaration of reducer in redux
export type Reducer<S = any, A extends Action = AnyAction> = ( state: S | undefined, action: A ) => S
hard-reducer does not include undefined in State type
Type declaration of reducer in redux