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

TypeScript error with Redux 4 #28

Closed mbohgard closed 6 years ago

mbohgard commented 6 years ago

In Redux 4.0, I get the following TS error when compiling: Type 'S' does not satisfy the constraint 'Dispatch<AnyAction>'

Apparently the MiddlewareAPI signature changed to MiddlewareAPI<Dispatch, S>

joshburgess commented 6 years ago

Thanks for letting me know. I haven't yet used Redux 4.0.