[ts]控制台报错 ts类型 AxiosRequestConfig
[ts]控制台报错 ts类型 AxiosRequestConfig
problem
执行
yarn build
控制台报错 ts类型
axios 类型报错 version “1.3.4”
Argument of type '(config: AxiosRequestConfig) => AxiosRequestConfig<any>' is not assignable to parameter of type '(value: InternalAxiosRequestConfig<any>)
reason
不清楚是什么已有
solution
方法1:用 AxiosRequestConfig 代替 AxiosRequestConfig 可以解决
方法2:临时用any解决