You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
Performance Summary
When reviewing code in ../covid-shield- mobile/blob/add_device_capabilities/src/screens/home/HomeScreen.tsx#L58, the following suggestion was made
Unmounted component warning that points to a potential memory leak concern.
Analysis of the Issue
There is a warning when app is running in debug mode (at least in Android) that says there is a REACT state update on an unmounted component pointing to the Container component, indicating a memory leak.
Recommendation
Recommend to look into the useEffects() call to provide fix to address the memory leak issue.
The text was updated successfully, but these errors were encountered:
Performance Summary
When reviewing code in ../covid-shield- mobile/blob/add_device_capabilities/src/screens/home/HomeScreen.tsx#L58, the following suggestion was made
Unmounted component warning that points to a potential memory leak concern.
Analysis of the Issue
There is a warning when app is running in debug mode (at least in Android) that says there is a REACT state update on an unmounted component pointing to the Container component, indicating a memory leak.
Recommendation
Recommend to look into the useEffects() call to provide fix to address the memory leak issue.
The text was updated successfully, but these errors were encountered: