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 for Epic type with Redux ^4.0.0 #29

Closed mbohgard closed 6 years ago

mbohgard commented 6 years ago

Not too sure what I'm doing here but this makes my TS compiler happy.... ;D

joshburgess commented 6 years ago

Will look at this soon. Thanks for the PR.

joshburgess commented 6 years ago

Thanks for the PR. Looks good at a glance. Going to merge it into dev and give it (as well as the new types for Redux) a look over to see if any adjustments or additions need to be made. Should have this merged into master & a new release published on npm today or tomorrow.