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
The interface for responseMiddleware says my middleware function should receive response: Response<unknown> | Error, but my middleware function looks like it's actually receiving ClientError:
The interface for
responseMiddleware
says my middleware function should receiveresponse: Response<unknown> | Error
, but my middleware function looks like it's actually receivingClientError
:I think the type should be expanded to
Response<unknown> | ClientError | Error
.The text was updated successfully, but these errors were encountered: