#에러메시지

Invariant violation: 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 defind in, 
or you might have mixed up default and named imports.

Check the render method of 'App'.
#파파고 번역

불변 위반: 요소 유형이 잘못됨: 문자열(내장 구성 요소의 경우) 또는 
클래스/함수(복합 구성 요소의 경우)가 필요하지만 정의되지 않음. 
압축이 해제된 파일에서 구성 요소를 내보내지 않았거나 기본값과 명명된 가져오기를 혼용했을 수 있음

'App'의 렌더링 방법을 확인하십시오.

 

+ Recent posts