-
Notifications
You must be signed in to change notification settings - Fork 4
Fix: barrel imports #295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Fix: barrel imports #295
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,6 @@ export {default as DateTimePicker} from './inputs/datetimepicker' | |
| export {default as GroupedDropdown} from './inputs/grouped-dropdown' | ||
| export {default as UploadInput} from './inputs/upload-input' | ||
| export {default as UploadInputV2} from './inputs/upload-input-v2' | ||
| export {default as UploadInputV3} from './inputs/upload-input-v3' | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @santipalenque Removing this export still breaks one consumer in summit-admin fntechgit/summit-admin#1013 migrated the barrel imports of Because Suggested fix: land a one-line follow-up in summit-admin switching that import to (same pattern as #1013) and merge it before, or together with, the uicore bump that picks this PR up.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. commited change, now admin is safe for this version change: fntechgit/summit-admin@4bc167d |
||
| export {default as CompanyInput} from './inputs/company-input' | ||
| export {default as PromocodeInput} from './inputs/promocode-input' | ||
| export {default as SponsorInput} from './inputs/sponsor-input' | ||
|
|
@@ -136,6 +135,7 @@ export {MuiBaseCustomTheme} from './mui/MuiBaseCustomTheme' | |
| // export {default as TextEditorV2} from './inputs/editor-input-v2' | ||
| // export {default as TextEditorV3} from './inputs/editor-input-v3' | ||
| // export {default as CompanyInputV2} from './inputs/company-input-v2.js' | ||
| // export {default as UploadInputV3} from './inputs/upload-input-v3' // @mui/material, @mui/icons-material, @mui/x-date-pickers, spark-md5, dropzone, react-dropzone | ||
|
santipalenque marked this conversation as resolved.
|
||
| // export {default as MuiDndList} from './mui/dnd-list' // react-beautiful-dnd | ||
| // export {default as MuiSortableTable} from './mui/sortable-table/mui-table-sortable' // react-beautiful-dnd | ||
| // export {default as MuiStripePayment} from './mui/StripePayment' // @stripe/react-stripe-js, @stripe/stripe-js | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.