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 ab6851b commit c0a1f39Copy full SHA for c0a1f39
src/config/http-client-config-provider.tsx
@@ -3,7 +3,7 @@ import { useCompareMemo } from '../shared';
3
import { defaultClientProps, defaultHttpReqConfig, defaultCacheStore } from './defaults';
4
import { HttpClientContextProps, HttpClientProviderProps, HttpClientConfig } from './types';
5
import fastCompare from 'react-fast-compare';
6
-import { HttpCacheService } from '..';
+import { HttpCacheService } from '../cache';
7
import { HttpCacheStorePrefixDecorator } from '../cache/prefix-decorator';
8
9
/**
0 commit comments