본문 바로가기
React/React Error

[React Error] error - Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. You likely forgot to export your component from the file it's defined in, or you might have..

by fefe94 2022. 2. 8.

 

오늘도 어김없이 에러가 났다.

에러문구는 다음과 같다.

 

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

 

export 또는 import를 안해줬거나 default를 빼먹은 모양인데

광활한 컴포넌트들 속에서 하나하나 찾아봤다.

 

나의 경우는

페이지네이션 하려고 컴포넌트 빼뒀던건 주석 처리해놓고 

게시물 리스트 프레젠터에서 import 받은건 주석 처리를 안해줘서 

뜬 에러 였다.

 

 

정신줄 꼭잡

댓글