Code Monkey home page Code Monkey logo

Comments (8)

orgads avatar orgads commented on May 24, 2024 8

It's not fixed, sorry.

from axios-mock-adapter.

keshavbahadoor avatar keshavbahadoor commented on May 24, 2024 1

We're experiencing this issue as well. What I have noticed is that I'm getting the above error on a MacBook M2 machine, yet it works fine on Intel machines.

Upgrading to v1.21.4 did not work.

Edit: (Update) - Rolling back to version 1.21.2 works fine.

from axios-mock-adapter.

mgrejanin avatar mgrejanin commented on May 24, 2024 1

@remcohaszing It's fixed in v1.21.5. Thank you!

from axios-mock-adapter.

marcbachmann avatar marcbachmann commented on May 24, 2024

This should be fixed with v1.21.4

from axios-mock-adapter.

mgrejanin avatar mgrejanin commented on May 24, 2024

Also getting typing errors while using v1.21.4 as mentioned here in this comment.

from axios-mock-adapter.

remcohaszing avatar remcohaszing commented on May 24, 2024

Thanks for pinging me in the other issue @mgrejanin.

If you run into this, this probably means you should use one of these:

  • For libraries or Node.js applications:
    import MockAdapter = require('axios-mock-adapter')
    and/or
    {
      "compilerOptions": {
        "module": "node16"
      }
    }
  • For web applications:
    {
      "compilerOptions": {
        "module": "esnext",
        "moduleResolution": "bundler",
        "esModuleInterop": true
      }
    }

However, since MockAdapter has a static property default, using a default import should technically work as well. This is fixed by #372.

from axios-mock-adapter.

buronix avatar buronix commented on May 24, 2024

Not sure, but I´m using v1.21.5 and have the exact same problems.
I´m not sure, but I´m pretty sure that my typescript version is constantly confusing MockAdapter as a class and namespace.
Is there any reason why the types namespace and class name should be exactly the same?
eslint is confuse, typescript is confuse, even I´m confuse about it.

from axios-mock-adapter.

remcohaszing avatar remcohaszing commented on May 24, 2024

By using the same name for the namespace and the value, it's possible to export types in a project that uses module.exports =. :)

What's not working for you? Can you make a public reproduction?

from axios-mock-adapter.

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.