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
Currently we don't have any method of canceling XHR requests when a component unmounts. This causes issues in cypress tests and is poor practice in general.
Summary
Currently we don't have any method of canceling XHR requests when a component unmounts. This causes issues in cypress tests and is poor practice in general.
Proposal
useEffect
cleanup methods.The text was updated successfully, but these errors were encountered: