티스토리 뷰
728x90
반응형
예를 들면
console.log(props.data[0].testNum);
이렇게 읽으려해서 발생한 에러
props.data.filter( element => {
conosle.log(element.testNum);
});
위 방법으로하니까 읽힘
728x90
반응형
'Error > React.js' 카테고리의 다른 글
[React & git] fatal: Authentication failed for (0) | 2019.11.13 |
---|---|
[React] yarn 으로 모듈 설치시 에러 발생시 (0) | 2019.11.03 |
[React] backgroundImage가 적용안될때 (0) | 2019.09.24 |
[HTTP] method not allowed 405 (0) | 2019.09.18 |
[React] Expected `onClick` listener to be a function, instead got a value of `object` type (0) | 2019.09.16 |
댓글