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
But there's similar problem with using .catcher(code, async (error, originalRequest) ... originalRequest type is Wretch<Self, Chain, Resolver> , not Self & Wretch<Self, Chain, Resolver>
The text was updated successfully, but these errors were encountered:
Problem with defer was fixed in #140
But there's similar problem with using
.catcher(code, async (error, originalRequest)
...originalRequest
type isWretch<Self, Chain, Resolver>
, notSelf & Wretch<Self, Chain, Resolver>
The text was updated successfully, but these errors were encountered: