SyntaxFix
Write A Post
Hire A Developer
Questions
handleValueChange = (value) => { let myArr= [...this.state.myArr] myArr.push(value) this.setState({ myArr })
This might do the work.