React Reducers get info of state on config mapDispatchToProps

前端 未结 0 741
情歌与酒
情歌与酒 2021-01-30 09:52

I have the following code on my component.

const mapStateToProps = (state) => ({
  jiraVersions: state.jiraVersions,
 (...)
});

const mapDispatchToProps = (di         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题