-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for axios v1 #62
Comments
@emileber Hi Emile! Any news on this please? |
Hi @emileber! Really need this one, any updates? |
I finally took some time to take a look at this issue and it's unfortunately no longer possible to get the default adapter used in an axios instance, according to the info found in this PR: I'm going to pin this library to <1.2.0 in the meantime. As an alternative solution:
|
Cool, thanks for taking the time 🙏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
Any plans of updating the library to work with axios v1.x? I've checked this line fails when that class is passed an instance of axios v1:
TypeError: this$1.originalAdapter.call is not a function
. I think the breaking change comes from this commit but I couldn't spend any time working on a fix.Thanks in advance :)
The text was updated successfully, but these errors were encountered: