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
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