* 상황 - 현재 React, Typescript, Eslint(airbnb), Prettier을 사용하고 있다. 나는 한 개의 데이터를 가지고 D3로 라인차트를 뿌려주고 싶다 ! 현재의 로직은 ts 파일에서 데이터 가져오기, url에서 csv 데이터 가져오기 이 두 가지이다.
* 원인 - read 마지막에 return이 없었다.
* 해결방안 - read 마지막에 return을 추가해줬다.
반응형
'에러' 카테고리의 다른 글
[git] 추가하지도 않았는데 이전 커밋이 계속 들러붙을 때 (2) | 2022.09.19 |
---|---|
[React] Warning: Each child in a list should have a unique "key" prop. (0) | 2022.09.15 |
[Nodejs] Error: Cannot find module '<경로>' (0) | 2022.04.17 |
Splash Screen을 적용하는 방법 (ios 방법 더 추가) (0) | 2021.10.29 |
[React] You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. (0) | 2021.07.10 |