justin-do-it-react icon indicating copy to clipboard operation
justin-do-it-react copied to clipboard

112P 3분 코딩 정답 오류

Open choyeah opened this issue 4 years ago • 0 comments

//기존 this.setState(count => {count: count + 1});

//수정 this.setState(state => ({ count: state.count + 1 }));

choyeah avatar Apr 21 '20 04:04 choyeah