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
Is there a way to change the default value when creating fetch client especially the baseUrl? const client = createFetchClient({ baseUrl: 'some-url' })
for example, in axios, we can just do axiosInstance.defaults.baseURL = 'new-base-url'
Description
Is there a way to change the default value when creating fetch client especially the baseUrl?
const client = createFetchClient({ baseUrl: 'some-url' })
for example, in axios, we can just do
axiosInstance.defaults.baseURL = 'new-base-url'
Proposal
maybe
Extra
The text was updated successfully, but these errors were encountered: