You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The signature of the redux binder is bindActionCreators(actionCreators, dispatch), so I propose to respect the order of the arguments of the redux doc, ie:
In the "Autobind Action Creators" part of the readme I see:
The signature of the redux binder is
bindActionCreators(actionCreators, dispatch)
, so I propose to respect the order of the arguments of the redux doc, ie:The text was updated successfully, but these errors were encountered: