Skip to content

Commit

Permalink
@uppy/react: fix use-sync-external-store import (#5426)
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon authored Aug 23, 2024
1 parent fcae803 commit 1358174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/react/src/useUppyState.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Uppy, State } from '@uppy/core'
import type { Body, Meta } from '@uppy/utils/lib/UppyFile'
import { useMemo, useCallback } from 'react'
import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector'
import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector.js'

export default function useUppyState<
M extends Meta = Meta,
Expand Down

0 comments on commit 1358174

Please sign in to comment.