GithubHelp home page GithubHelp logo

Comments (3)

JohnieXu avatar JohnieXu commented on August 20, 2024 4

The [email protected] udpdate axios to ^1.4.0 caused this problem, It appears to be a problem with create-react-app, as described in this GitHub issue: facebook/create-react-app#11889.

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 [email protected] until the aforementioned GitHub issue is resolved. In [email protected], [email protected] is used, which does not have this problem.

from apisauce.

JohnieXu avatar JohnieXu commented on August 20, 2024

I also encountered the same error and found that axios is a string after troubleshooting.
image
webpack 5.88
apisauce 3.0.1
node.js 16.13

image image

After webpack bundling, the axios is compiled into:
image

I suspect it could be an issue with how webpack handles dependencies or there might be an issue with the exports in the axios package's configuration file.
image

from apisauce.

Taelar avatar Taelar commented on August 20, 2024

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 create() function, see axios/axios#5613 and axios/axios#5038. I'm very interested in any workaround. 🙏

from apisauce.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.