#에러메시지

Warning: Can't perform a React state update on an unmounted component. 
This is a no-op, but it indicates a memory leak in your application. 
To fix, cancel all subscriptions and asynchronous tasks in %s.%s, 
a useEffect cleanup function,
#파파고번역

경고: 마운트 해제된 구성 요소에 대해 반응 상태 업데이트를 수행할 수 없음 이것은 작동 불가지만, 
당신의 어플리케이션에 메모리 누수가 있다는 것을 나타낸다. 
수정하려면 모두 취소 %s.%s의 구독 및 비동기 작업, useEffect 정리 기능,

 

#에러메시지

Warning: %s: Error boundaries should implement getDerivedStateFromError(). 
In that method, return a state update to display an error message or fallback UI.
, RootErrorBoundary
#파파고번역

경고: %s: 오류 경계가 getDerivedStateFromError()를 구현해야 함. 
이 방법에서 상태 업데이트를 반환하여 오류 메시지 또는 예비 UI, 
RootErrorBoundary를 표시하십시오.

 

#에러메시지

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