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 f593dd3 commit a4fb8f5Copy full SHA for a4fb8f5
1 file changed
src/vault/vault.ts
@@ -80,7 +80,7 @@ export class Vault {
80
enableDevtools: this.options.enableDevtools,
81
});
82
this.emitter = mitt();
83
- this.remoteFetcher = createFetchHelper(this, this.options.customFetcher, {
+ this.remoteFetcher = createFetchHelper(this, this.options.customFetcher || defaultFetcher, {
84
actionListFromResource: this.getActionListFromResource(),
85
}) as any;
86
this.staticFetcher = createFetchHelper(this, (id: string, json: any) => json, {
0 commit comments