-
Notifications
You must be signed in to change notification settings - Fork 187
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
TypeError: axios.create is not a function error #316
Comments
Same problem here while upgrading from 2.0 to 3.0.1 on a Create React App project (webpack). It seems to be a problem with a certain version of axios that does not export properly the |
The Since the issue is still open, some fixed pull requests have been submitted, but create-react-app (cra) has not yet adopted them. It may be necessary to revert to |
After upgrading apisauce to latest(3.0.1) version I got TypeError: axios.create is not a function error.
Issue: Apisauce was failing to create ApisauceInstance using create function.
Fix: After downgrading apisauce to 3.0.0 version works in normal way.
The text was updated successfully, but these errors were encountered: