IN
Size: a a a
BM
B
BM
BM
B
BM
BM
B
BM
B
B
B
BM
BM
B
B
B
onChangeName(name, index) {
const users = JSON.parse(JSON.stringify(this.state.users))
users[index].name = name
this.setState({users})
}
BM
onChangeName(name, index) {
const users = JSON.parse(JSON.stringify(this.state.users))
users[index].name = name
this.setState({users})
}
BM