I have the following code on my component.
const mapStateToProps = (state) => ({ jiraVersions: state.jiraVersions, (...) }); const mapDispatchToProps = (di