티스토리 뷰
공부일지(TIL)/Error case
module not loaded TypeError: Cannot read property <enum value> of undefined
Alledy 2021. 9. 6. 11:43현상
module not loaded TypeError: Cannot read property 'OverView' of undefined
at Module../src/views/pages/MyTravelDetail/TravelTabs.tsx
A파일에 enum을 정의해놓고 B파일에서 그 enum을 import해서 사용하고, B파일에서 default export한걸 A에서 import하고 있는 상황이었는데, 런타임 모듈 에러가 발생. A파일, B파일 모두 .tsx 파일.
해결
circular module import의 문제일 수 있다는 글을 보아서 A파일의 enum을 B파일로 옮김. 그래서 A파일만 B파일을 import하게 했더니 해결됨.
Ref
https://stackoverflow.com/questions/50365598/typescript-runtime-error-cannot-read-property-of-undefined-enum
https://github.com/microsoft/TypeScript/issues/3200
'공부일지(TIL) > Error case' 카테고리의 다른 글
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Conflict
- Data Structure
- 제네릭스
- c언어
- 개발 공부
- 인스턴스
- CSS
- Session
- Redux
- Java
- jQuery
- 깃
- 자바
- 포인터 변수
- youtube data api
- oracle
- this
- linkedlist
- 리덕스
- SQL
- GIT
- Prefix Sums
- useEffect
- package.json
- 알고리즘
- JavaScript
- til
- getter
- rxjs
- react
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함