Skip to content

Commit

Permalink
build: import with-selector with extension from useESE
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed May 14, 2022
1 parent 9a0328f commit 738a547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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,
Expand Down

0 comments on commit 738a547

Please sign in to comment.