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
{{ message }}
This repository has been archived by the owner on Sep 11, 2018. It is now read-only.
Hi,
I'm using decorators to connect the store like below:
In my component, when I try to fire an action like below:
this.props.dispatch(myAction(this.state.param1, this.state.param2))
it throw this error in the browser console:
Uncaught TypeError this.props.dispatch is not a function
Can someone help me understand what's going on?
The text was updated successfully, but these errors were encountered: