We define mapDispatchToProps like below. function mapDispatchToProps(dispatch) { return { actions: bindActionCreators({ getUser }, dispatch) } }.
確定! 回上一頁