@uppy/react: remove dashboard export (#6036)

No need to export it from index.ts, since it’s already exported through
the export maps. Also, it’s an optional peer dependency, we probably
missed this in #5830 , though this might count as a breaking change now
☹️
This commit is contained in:
Prakash 2025-10-27 14:03:29 +05:30 committed by GitHub
parent 26bf726412
commit 86f353d2fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,5 @@
---
"@uppy/react": patch
---
Remove dashboard export from index.ts

View file

@ -1,5 +1,3 @@
export { default as Dashboard } from './Dashboard.js'
export { default as DashboardModal } from './DashboardModal.js'
export * from './headless/generated/index.js'
// Headless components
export {