I have this code :
constructor(props) { super(props); this.dispatch = props.dispatch; this.state = { checked: [], expanded: [], };