본문 바로가기

React Study

React report. 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 mixe..

반응형

저렇게 오류가 발생하여, 무슨 문제인지 정확하게 모르고 있었다.

 

 

보니까 아래쪽에서 사용할 component를 import 하는 와중에 발생한 문법 에러였다. 중괄호를 없애니까 정상적으로 작동되었다.

 

저 에러가 발생하면 무조건 어디 글자 잘못 쓴 곳이 있는지 꼼꼼히 살펴봐야겠다. 

반응형