diff --git a/core/use-swr.ts b/core/use-swr.ts index e613d6b97f..05a190ddc2 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/shim/with-selector' +import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector.js' import { defaultConfig,