Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. 해결법

lynn·2022년 7월 28일
0

문제 해결

목록 보기
2/4

Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.

원인

components의 이름이 잘못되었거나, import 경로가 잘못 입력되었을때 발생
페이지에 들어가는 컴포넌트 함수를 만들지 않고, 메인페이지에서 렌더시켰더니 발생했다.

해결책

  • import된 파일의 경로와 이름을 하나씩 확인
  • 혹시 함수가 만들어지지 않은 빈 페이지를 연결한건 아닌지 확인
profile
개발 공부한 걸 올립니다

0개의 댓글