joshburgess / redux-most

Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
https://www.npmjs.com/package/redux-most
MIT License
139 stars 14 forks source link

fix: avoid typescript error for 3.4+ #38

Closed jackmellis closed 2 years ago

jackmellis commented 4 years ago

typescript was getting grumpy about calling Dispatch with Action type, I'm not entirely sure why, but passing it DefaultAction (which is the equivalent of AnyAction) appeases it

could this be merged asap as it's blocking us upgrading to the latest version of typescript :smile:

https://github.com/joshburgess/redux-most/issues/34