We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
fix: convert types.d.ts to types.ts
59ef406
definition types does not exist in the build and cause Reducer type to be any closes #5
852e196
chore(release): 1.0.2 [skip ci]
0b97279
## [1.0.2](v1.0.1...v1.0.2) (2019-01-21) ### Bug Fixes * convert types.d.ts to types.ts ([852e196](852e196)), closes [#5](#5)
the-dr-lazy
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: