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
using disableTrailingSlash would still mess up custom calls by providing an axios client that is type-patched so that the url passed has a <string>/ shape. We should somehow determine if the option passed for disableTrailingSlash is true/false and from that type just return a type-patched axios client or a regular axios client
using disableTrailingSlash would still mess up custom calls by providing an axios client that is type-patched so that the url passed has a
<string>/
shape. We should somehow determine if the option passed fordisableTrailingSlash
is true/false and from that type just return a type-patched axios client or a regular axios clientRelated #139
The text was updated successfully, but these errors were encountered: