piotrwitek / typesafe-actions

Typesafe utilities for "action-creators" in Redux / Flux Architecture
https://codesandbox.io/s/github/piotrwitek/typesafe-actions/tree/master/codesandbox
MIT License
2.41k stars 99 forks source link

Why createReducer's handleAction exclude InputAction and HandledAction? #255

Open koremp opened 3 years ago

koremp commented 3 years ago

I used typesafe-actions for my side project, but there are type handling error when I handle action type what I already handled. There could be different actions that use same action type.