We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aeaa1f commit 5b13cfdCopy full SHA for 5b13cfd
src/index.ts
@@ -4,7 +4,7 @@
4
// non-shim version. This shaves off the byte size of the shim.
5
6
import * as React from 'react'
7
-import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector'
+import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector.js'
8
9
import { unstable_batchedUpdates as batchInternal } from './utils/reactBatchedUpdates'
10
import { setBatch } from './utils/batch'
0 commit comments