ctimmerm / axios-mock-adapter

Axios adapter that allows to easily mock requests
MIT License
3.42k stars 241 forks source link

Replaced AxiosInstance typing with AxiosStatic #356

Closed bdsoha closed 1 year ago

bdsoha commented 1 year ago

Closes #331

marcbachmann commented 1 year ago

In which axios version did this change?

bdsoha commented 1 year ago

@marcbachmann based on the git-blame, this is an old issue.

You can have a look at this issue for more details.

marcbachmann commented 1 year ago

Not only the static instance is allowed. It can be any. Newer versions of axios use AxiosStatic extends AxiosInstance. So I'll revert this again. Please upgrade to newer axios versions 😁