namjh654 / mnu_busproject_app

project :
0 stars 1 forks source link

state 사용 후 페이지 간 stack 뒤로 가기 발생할 경우 메모리 누수 발생. #26

Open namjh654 opened 3 years ago

namjh654 commented 3 years ago

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 the componentWillUnmount method.


스크린 이동 간 뒤로가기 버튼 사용시 메모리 누수 발생.


컴포넌트 / 비동기 처리가 실행 중 완료하지 못하고 메모리 점유 상태에서 이전 화면 실행. DOM

namjh654 commented 3 years ago

https://kyounghwan01.github.io/blog/React/cant-perform-a-React-state-update-on-an-unmounted-component/#%E1%84%92%E1%85%A2%E1%84%80%E1%85%A7%E1%86%AF-%E1%84%8F%E1%85%A9%E1%84%83%E1%85%B3