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
Upgrading from v1.3.2 to v1.4.1, the following error is thrown during the build phase:
node_modules/axios-cache-interceptor/dist/cache/create.d.ts:22:43 - error TS2749: 'Axios' refers to a value, but is being used as a type here. Did you mean 'typeof Axios'?
22 export declare function setupCache(axios: Axios, options?: CacheOptions): AxiosCacheInstance;
What happened?
Upgrading from v1.3.2 to v1.4.1, the following error is thrown during the build phase:
This is my tsconfig:
axios-cache-interceptor version
1.4.1
Node / Browser Version
20.10.0
Axios Version
1.6.3
What storage is being used
Memory Storage
Relevant debugging log output
The text was updated successfully, but these errors were encountered: