Skip to content

Commit 5b13cfd

Browse files
committed
TEMP Re-add uSES fix
1 parent 3aeaa1f commit 5b13cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// non-shim version. This shaves off the byte size of the shim.
55

66
import * as React from 'react'
7-
import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector'
7+
import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector.js'
88

99
import { unstable_batchedUpdates as batchInternal } from './utils/reactBatchedUpdates'
1010
import { setBatch } from './utils/batch'

0 commit comments

Comments
 (0)