EnxDev commented on code in PR #32905:
URL: https://github.com/apache/superset/pull/32905#discussion_r2039183986
##########
superset-frontend/src/components/index.ts:
##########
@@ -24,8 +24,11 @@
*/
// TODO: Remove these imports
// eslint-disable-next-line no-restricted-imports
-export { Breadcrumb as AntdBreadcrumb } from 'antd';
-
+export {
+ Checkbox as AntdCheckbox,
+ Collapse as AntdCollapse,
+ Select as AntdSelect,
+} from 'antd';
Review Comment:
> I don't think we should add these imports again here. These component are
all migrated to Antd v5.
I think is a regression after the merge, good catch!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]