You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating to Axios v1.7.8 I get following error regarding the Axios Instance parameter for axiosRetry:
Argument of type 'AxiosCacheInstance' is not assignable to parameter of type 'AxiosStatic | AxiosInstance'. Type 'AxiosCacheInstance' is missing the following properties from type 'AxiosStatic': default, create, Cancel, CancelToken, and 13 more.
Guess there was a change in types because there are multiple Issues open in the Axios Repo:
Hey!
When updating to Axios v1.7.8 I get following error regarding the Axios Instance parameter for axiosRetry:
Argument of type 'AxiosCacheInstance' is not assignable to parameter of type 'AxiosStatic | AxiosInstance'. Type 'AxiosCacheInstance' is missing the following properties from type 'AxiosStatic': default, create, Cancel, CancelToken, and 13 more.
Guess there was a change in types because there are multiple Issues open in the Axios Repo:
axios/axios#6716
axios/axios#6527
axios/axios#6692
Couldn't fix the error by myself so rolling back to axios v1.7.7 works for the moment
The text was updated successfully, but these errors were encountered: