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
In some specific cases I need to do a request using axiosInstance.
And I'm expecting axiosInstance to have the same configuration as apisauce instance.
Unfortunately, headers from axiosInstance doesn't have the same default values specified in apisauce instance headers.
Description
In some specific cases I need to do a request using axiosInstance.
And I'm expecting axiosInstance to have the same configuration as apisauce instance.
Unfortunately, headers from axiosInstance doesn't have the same default values specified in apisauce instance headers.
Issue
Example on CodeSandbox
Expecting
apisauceInstance.axiosInstance.defaults.headers.common
to be the same asapisauceInstance.headers
.My workaround
Package version
[email protected]
The text was updated successfully, but these errors were encountered: