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

Not working without redux-thunk #37

Open makarkotlov opened 4 years ago

makarkotlov commented 4 years ago

I followed the docs completely and always got an error 'actions must be plain objects', but if I put thunk with epicMiddlewre in applyMiddleware everything works

1 2