userId) }; } // mapDispatchToProps receives the Redux store's dispatch method ... export default connect(mapStateToProps, mapDispatchToProps)(MyComponent); ...
確定! 回上一頁