Git Product home page Git Product logo

Comments (7)

m-radzikowski avatar m-radzikowski commented on May 27, 2024

It also causes eslint to fail on @typescript-eslint/no-unsafe-member-access and @typescript-eslint/no-unsafe-call checks:

axiosMock.onPost().reply(200, '...');

eslint with plugin:@typescript-eslint/recommended-requiring-type-checking:

  44:2  error  Unsafe member access .reply on an `any` value  @typescript-eslint/no-unsafe-member-access
  44:2  error  Unsafe call of an `any` typed value            @typescript-eslint/no-unsafe-call

from axios-mock-adapter.

waynemock avatar waynemock commented on May 27, 2024

I'm seeing this issue as well

It also causes eslint to fail on @typescript-eslint/no-unsafe-member-access and @typescript-eslint/no-unsafe-call checks:

axiosMock.onPost().reply(200, '...');

eslint with plugin:@typescript-eslint/recommended-requiring-type-checking:

  44:2  error  Unsafe member access .reply on an `any` value  @typescript-eslint/no-unsafe-member-access
  44:2  error  Unsafe call of an `any` typed value            @typescript-eslint/no-unsafe-call

from axios-mock-adapter.

remcohaszing avatar remcohaszing commented on May 27, 2024

This was fixed by #368, but it's not yet released.

from axios-mock-adapter.

pdbhoi avatar pdbhoi commented on May 27, 2024

This was fixed by #368, but it's not yet released.

Hello Sir
When this will release #368

from axios-mock-adapter.

marcbachmann avatar marcbachmann commented on May 27, 2024

Released as v1.21.4

from axios-mock-adapter.

pdbhoi avatar pdbhoi commented on May 27, 2024

Released as v1.21.4

Thank you sir

from axios-mock-adapter.

mgrejanin avatar mgrejanin commented on May 27, 2024

I'm seeing this issue as well

It also causes eslint to fail on @typescript-eslint/no-unsafe-member-access and @typescript-eslint/no-unsafe-call checks:
axiosMock.onPost().reply(200, '...');
eslint with plugin:@typescript-eslint/recommended-requiring-type-checking:

  44:2  error  Unsafe member access .reply on an `any` value  @typescript-eslint/no-unsafe-member-access
  44:2  error  Unsafe call of an `any` typed value            @typescript-eslint/no-unsafe-call

I'm getting these typing errors while using v1.21.4. Rolling back to version 1.21.2 works fine.

Any solution here?

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.