카테고리 없음

오류 해결 : [Cannot read properties of undefined (reading '0')]

세모난 야구공 2022. 2. 23. 11:50

 

Cannot read properties of undefined (reading '0')

 

이 오류는 

여기를 불러오기 이전의 코드에 문제가 있어서 

아예 이코드를 불러 오지도 못함 이라는 소리

 

이코드 이전에 오류가 있음 이라는 소리임

 

 

 

 

++ reference 

https://stackoverflow.com/questions/69874839/cannot-read-properties-of-undefined-reading-0

 

Cannot read properties of undefined (reading '0')

I have a page coded in React with NextJS hooks, when I try to render a page the error says what's in the title, I presume because the object which I'm mapping is empty/undefined on first load. I ad...

stackoverflow.com