redux-rx icon indicating copy to clipboard operation
redux-rx copied to clipboard

does not work with redux 2+

Open talarari opened this issue 9 years ago • 3 comments

according to the docs here :http://redux.js.org/docs/advanced/Middleware.html a middleware is a function with this signature:

const middleWare = store => next => action => { return next(action) }

the current implementation is missing the first function which receives store. so i was getting an error "next is not a function"

this fixes it

talarari avatar Nov 16 '15 17:11 talarari

Yeah, I'm seeing this too. Can we get a release for this fix @acdlite?

marcuswhit avatar Nov 19 '15 03:11 marcuswhit

@talarari The travis-ci test is failing.

gajus avatar Nov 23 '15 18:11 gajus

This is actually already fixed in the current master branch, it's just not officially released yet.

marcuswhit avatar Nov 24 '15 04:11 marcuswhit