diff --git a/core/use-swr.ts b/core/use-swr.ts index 05a190ddc..403b405ea 100644 --- a/core/use-swr.ts +++ b/core/use-swr.ts @@ -1,5 +1,5 @@ import { useCallback, useRef, useDebugValue } from 'react' -import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector.js' +import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/shim/with-selector.js' import { defaultConfig,