это. SetState не является функцией в нативном React
constructor(props) {
super(props)
this.onClick = this.onClick.bind(this)
}
onClick () {
this.setState({...})
}
Azad Kshitij