We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2a1f0 commit 986c22dCopy full SHA for 986c22d
src/lib/seam/connect/client.ts
@@ -16,6 +16,7 @@ type AxiosRetryConfig = Parameters<AxiosRetry>[1]
16
export const createClient = (options: ClientOptions): AxiosInstance => {
17
const client = axios.create({
18
paramsSerializer: serializeUrlSearchParams,
19
+ adapter: 'fetch',
20
...options.axiosOptions,
21
})
22
0 commit comments