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
apisauce@3.0.1