-I have a redux state.
-using connect\'s mapStateToProps, I have set:
const mapStateToProps = (state) => ({ alertItems: state.alertState, });