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
When navigating to a page, and go away fast, there will be a promise resolved after the page is unloaded. This resolved promise will update the state of an unmounted component, and that throws an error.
When navigating to a page, and go away fast, there will be a promise resolved after the page is unloaded. This resolved promise will update the state of an unmounted component, and that throws an error.