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
Thanks a lot for that helpful library to the contributers!
Since the last update of axios library to 1.7.9 the aws4-axios interceptor isn't compatible and build fails.
e.g.
Argument of type '(config: InternalAxiosRequestConfig) => Promise<InternalAxiosRequestConfig>' is not assignable to parameter of type '(value: InternalAxiosRequestConfig) => InternalAxiosRequestConfig | Promise<InternalAxiosRequestConfig>'.
Types of parameters 'config' and 'value' are incompatible.
The text was updated successfully, but these errors were encountered:
Thanks a lot for that helpful library to the contributers!
Since the last update of axios library to 1.7.9 the aws4-axios interceptor isn't compatible and build fails.
e.g.
Argument of type '(config: InternalAxiosRequestConfig) => Promise<InternalAxiosRequestConfig>' is not assignable to parameter of type '(value: InternalAxiosRequestConfig) => InternalAxiosRequestConfig | Promise<InternalAxiosRequestConfig>'.
Types of parameters 'config' and 'value' are incompatible.
The text was updated successfully, but these errors were encountered: