return ( | |
<StateConsumer mapState={state => ({ greeting: state.greeting })} mapDispatch={dispatch => dispatch}> | |
// ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
return ( | |
<StateConsumer mapState={state => ({ greeting: state.greeting })} mapDispatch={dispatch => dispatch}> | |
// ... |