Skip to content

Commit

Permalink
fix shim import
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed May 14, 2022
1 parent bce37dc commit 106d2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infinite/index.ts
Expand Up @@ -27,7 +27,7 @@ import type {
SWRInfiniteFetcher,
SWRInfiniteCacheValue
} from './types'
import { useSyncExternalStore } from 'use-sync-external-store/shim'
import { useSyncExternalStore } from 'use-sync-external-store/shim/index.js'

const INFINITE_PREFIX = '$inf$'

Expand Down

0 comments on commit 106d2b0

Please sign in to comment.