#에러메시지

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 정리 기능,

 

+ Recent posts