redux-act-async
redux-act-async copied to clipboard
doesn't support `extraArgument` from `redux-thunk`
I tried to use feature extraArgument
from redux-thunk
and it doesn't work in that way :(
https://github.com/FredericHeem/redux-act-async/blob/master/src/createActionAsync.js#L47
https://github.com/gaearon/redux-thunk/blob/master/src/index.js#L4
Feel free to create a PR. I am away from my computer for another 2 weeks.
Adressed this issue in Pull Request: https://github.com/FredericHeem/redux-act-async/pull/33