mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
@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:
parent
26bf726412
commit
86f353d2fe
2 changed files with 5 additions and 2 deletions
5
.changeset/good-ads-eat.md
Normal file
5
.changeset/good-ads-eat.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@uppy/react": patch
|
||||
---
|
||||
|
||||
Remove dashboard export from index.ts
|
||||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue