FredericHeem / redux-act-async

Reduce boilerplate for redux async actions and reducers
Apache License 2.0
125 stars 22 forks source link

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

Open eugeneglova opened 7 years ago

eugeneglova commented 7 years ago

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

FredericHeem commented 7 years ago

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

dstemberger commented 7 years ago

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