I see that the following is fine:const Tab = connect( mapState, mapDispatch )( Tabs );export default Tab; However, this is incorrect:export default const ...
確定! 回上一頁