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
reduxjs/redux#1676
redux return action after dispatch. so you can return Promise.resolve() in redux action and you can use this.props.dispatch(xxxx).then() to use the updated store state.
The text was updated successfully, but these errors were encountered:
reduxjs/redux#1676
redux return action after dispatch. so you can return Promise.resolve() in redux action and you can use
this.props.dispatch(xxxx).then()
to use the updated store state.The text was updated successfully, but these errors were encountered: