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
If component is unmounted, the intervals set by setInterval never get cleared and the timer continues counting in the background. This is a problem and creates memory leaks.
The text was updated successfully, but these errors were encountered:
If component is unmounted, the intervals set by
setInterval
never get cleared and the timer continues counting in the background. This is a problem and creates memory leaks.The text was updated successfully, but these errors were encountered: