Skip to content
New issue

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

Reducer type is any in builds #5

Closed
the-dr-lazy opened this issue Jan 21, 2019 · 0 comments · Fixed by #6
Closed

Reducer type is any in builds #5

the-dr-lazy opened this issue Jan 21, 2019 · 0 comments · Fixed by #6
Assignees
Labels
bug Something isn't working

Comments

@the-dr-lazy
Copy link
Owner

Describe the bug
Reducer type in createHandlerMap is any.

Expected behavior
createHandlerMap second argument as Reducer should have state and action type.

Environment:

  • Deox version(s): 1.0.1
  • Typescriot version(s): 3.2.2

Possible Solution
convert the types.d.ts file to be an ordinary .ts file which can hold the types in the builds.

@the-dr-lazy the-dr-lazy added bug Something isn't working help wanted Extra attention is needed good first issue Good for newcomers labels Jan 21, 2019
@the-dr-lazy the-dr-lazy self-assigned this Jan 21, 2019
the-dr-lazy pushed a commit that referenced this issue Jan 21, 2019
definition types does not exist in the build and cause Reducer type to be any

closes #5
the-dr-lazy pushed a commit that referenced this issue Jan 21, 2019
definition types does not exist in the build and cause Reducer type to be any

closes #5
the-dr-lazy pushed a commit that referenced this issue Jan 21, 2019
## [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 the-dr-lazy removed good first issue Good for newcomers help wanted Extra attention is needed labels Mar 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant