[0.6.2] mapDispatchToProps does not actually bind the action creators
Closed this issue · 1 comments
dmeenhuis commented
The change you made yesterday to fix #3 now does pass in the object I specified, instead of an empty object. However, the functions on the object are not actually bound to dispatch, therefore rendering them useless.
I've made a change that addresses this issue. I'll submit a PR right after creating this issue. If you could have a look :)
hirviid commented
Thanks for fixing. I'll make a v0.6.3 release soon.