Closed the-dr-lazy closed 5 years ago
Describe the bug Reducer type in createHandlerMap is any.
Reducer
createHandlerMap
Expected behavior createHandlerMap second argument as Reducer should have state and action type.
Environment:
Possible Solution convert the types.d.ts file to be an ordinary .ts file which can hold the types in the builds.
Describe the bug
Reducer
type increateHandlerMap
is any.Expected behavior
createHandlerMap
second argument asReducer
should have state and action type.Environment:
Possible Solution convert the types.d.ts file to be an ordinary .ts file which can hold the types in the builds.