우당탕탕 개발일기
REACT 자주 보는 에러들 본문
728x90
Cannot read property '0' of undefined
=> 없는 데이터(undefined인 데이터에) 배열로 접근하려고 해서 발생.
OR 해당 오류는 array가 아닌 변수에 인덱스로 접근할 때 생긴다.
https://velog.io/@tchaikovsky/TypeError-Cannot-read-property-0-of-undefined
728x90
'What I Learned > React' 카테고리의 다른 글
map 안사용했는데도 key값 오류 뜰 때 (0) | 2022.09.21 |
---|---|
Whitespace text nodes cannot appear as a child of <tr> 에러 해결 (0) | 2022.09.15 |
setstate 사용 시 리렌더링 안되는 오류 (0) | 2022.08.25 |
[React] 카카오 로그인 구현하기(자바스크립트 SDK) (0) | 2022.03.26 |
React로 ProgressBar 구현하기 (*진행중*) (0) | 2022.03.02 |