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
When I don't use the mapDispatchToProps, I just can dispatch the action for type:LOGIN_REQUEST but not the LOGIN_SUCCESS,LOGIN_FAILURE, when use mapDispatchToProps, it work. could you explain for me
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hi! This is an issue tracker for Redux. StackOverflow is a more appropriate venue for usage questions because questions and answers are more easily searchable there. I’ll close this but please feel free to post a link to a StackOverflow question in this thread.
@gaearon Would you mind helping me to be clear about mapDispatchToProps.
I have a example code like this:
When I don't use the mapDispatchToProps, I just can dispatch the action for type:LOGIN_REQUEST but not the LOGIN_SUCCESS,LOGIN_FAILURE, when use mapDispatchToProps, it work. could you explain for me
Thanks a lot.
The text was updated successfully, but these errors were encountered: