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
But, when I try to cancel the request in componentWillUnmount(), I get a bunch of errors saying Uncaught (in promise) TypeError: can't access property "status", error.response is undefined in the axiosApi file.
The text was updated successfully, but these errors were encountered:
Tried to use this https://github.com/axios/axios#cancellation
But, when I try to cancel the request in componentWillUnmount(), I get a bunch of errors saying
Uncaught (in promise) TypeError: can't access property "status", error.response is undefined
in the axiosApi file.The text was updated successfully, but these errors were encountered: