@uppy/react: export useUppyContext (#6044)

Fixes #6043
This commit is contained in:
Merlijn Vos 2025-10-30 09:59:13 +01:00 committed by GitHub
parent 76abdfb325
commit 16aa6fe941
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@uppy/react": patch
---
Add missing useUppyContext export

View file

@ -1,8 +1,9 @@
export * from './headless/generated/index.js'
// Headless components
export * from './headless/generated/index.js'
export {
UppyContext,
UppyContextProvider,
useUppyContext,
} from './headless/UppyContextProvider.js'
export { useDropzone } from './useDropzone.js'
export { useFileInput } from './useFileInput.js'