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
{{ message }}
This repository was archived by the owner on Jan 26, 2023. It is now read-only.
Here I see that axios adapter can be passed from the client configuration, but it doesn't seem to be used anywhere in HttpApi.
This creates a problem, when in project you have multiple axios versions, and it's impossible to configure axios instance which is being used in the client.
Like in this example:
Hey guys!
Thank you for your great work!
Here I see that
axiosadapter can be passed from theclientconfiguration, but it doesn't seem to be used anywhere inHttpApi.This creates a problem, when in project you have multiple
axiosversions, and it's impossible to configureaxiosinstance which is being used in theclient.Like in this example:
axiosused inaxiosThrottleconfiguration is not the same as the one used byHttpApi, hence throttling is not applying.I'd recommend to either actually use the adapter or move
axiosfrom here topeerDependencies