ctimmerm / axios-mock-adapter

Axios adapter that allows to easily mock requests
MIT License
3.45k stars 244 forks source link

Support axios 1.x #382

Closed EranNL closed 7 months ago

EranNL commented 7 months ago

Are there any plans to support axios 1.x? I get a huge list of incompatible types when using axios 1.x (or I am doing something wrong).

afbeelding

Kenneth-Sills commented 6 months ago

@EranNL Were you able to find out more about this issue and how to fix/work around it? As far as I can tell, this seems to be caused by Tyescript choosing different .d.[c]ts files for the immediate file importing and the transitively imported one through the library and getting awfully confused.

I've been plucking away at this for a bit, so any help would be appreciated!