[Error] 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 a useEffect cleanup function.

GY·2021년 12월 23일
0

error report

목록 보기
9/22
post-thumbnail
[Error] 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 a useEffect cleanup function.

언마운트된 컴포넌트에 대해서는 상태 업데이트를 수행할 수 없기 때문에, 해당 작업은 수행되지 않지만 메모리 누수가 발생된다고 말하고 있다. 이를 해결하기 위해서는 useEffect의 cleanup function 을 쓸 것을 권하고 있다.



Reference

profile
Why?에서 시작해 How를 찾는 과정을 좋아합니다. 그 고민과 성장의 과정을 꾸준히 기록하고자 합니다.

0개의 댓글