Skip to content

Commit

Permalink
TEMP Re-add uSES fix
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Sep 29, 2023
1 parent 3aeaa1f commit 5b13cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// non-shim version. This shaves off the byte size of the shim.

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

import { unstable_batchedUpdates as batchInternal } from './utils/reactBatchedUpdates'
import { setBatch } from './utils/batch'
Expand Down

0 comments on commit 5b13cfd

Please sign in to comment.