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
It should do - perhaps you are not importing the type properly? There was an issue I had which is resolved here, fancy taking a look as if it resolves your issue you can close this one? #555
No, seems like it isAxiosError functions still doesn't exist on NuxtAxiosInstance. At least not on latest release 5.13.6.
It's not a huge issue. I can directly import axios from "axios" and call axios.isAxiosError(..). Though it would be sweet to add it in NuxtAxiosInstance.
NuxtAxiosInstance
does not haveisAxiosError
while the interface it extends suggest that it does.The text was updated successfully, but these errors were encountered: