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
settle is not used in the fail handler, causing inconsistent behavior.
The isAxiosError is missing now.
The suggested way to fix this is instead of creating a separate handler as we do in transformError, we create a dummy error response and pass it into the settle function.
The text was updated successfully, but these errors were encountered:
axios-miniprogram-adapter/src/index.ts
Line 43 in 6b13694
settle
is not used in the fail handler, causing inconsistent behavior.The
isAxiosError
is missing now.The suggested way to fix this is instead of creating a separate handler as we do in
transformError
, we create a dummy error response and pass it into thesettle
function.The text was updated successfully, but these errors were encountered: