[REACTJS] 이 결합 후가 아닌 함수와 setState
REACTJS이 결합 후가 아닌 함수와 setState
해결법
-
1.this.setState 후 추가 =이있다. 받는 다음 변경
this.setState 후 추가 =이있다. 받는 다음 변경
this.props.createPostRequest(this.state).then( () => { this.setState({ postBody : "" }); } )
from https://stackoverflow.com/questions/45130388/setstate-not-a-function-after-binding-this by cc-by-sa and MIT license
'REACTJS' 카테고리의 다른 글
[REACTJS] 에서 파일 업로드는 PHP 서버 네이티브 반응 (0) | 2020.11.14 |
---|---|
[REACTJS] appregistry 모듈이 등록 호출 모듈없는 (발신 runApplication) (0) | 2020.11.14 |
[REACTJS] 어떻게 여러 페이지를 통해 데이터를 가져? (0) | 2020.11.14 |
[REACTJS] REDUX에서 중첩 된 상태 업데이트 (0) | 2020.11.14 |
[REACTJS] JS에서 백엔드 오류가 개체에서 개체의 내부 프론트 엔드와 함께 처리하는 방법 (0) | 2020.11.14 |