redux-act-async icon indicating copy to clipboard operation
redux-act-async copied to clipboard

doesn't support `extraArgument` from `redux-thunk`

Open eugeneglova opened this issue 7 years ago • 2 comments

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

eugeneglova avatar Oct 15 '17 13:10 eugeneglova

Feel free to create a PR. I am away from my computer for another 2 weeks.

FredericHeem avatar Oct 15 '17 16:10 FredericHeem

Adressed this issue in Pull Request: https://github.com/FredericHeem/redux-act-async/pull/33

dstemberger avatar Nov 13 '17 14:11 dstemberger