msyavuz commented on code in PR #35308:
URL: https://github.com/apache/superset/pull/35308#discussion_r2382985847
##########
superset-frontend/packages/superset-ui-core/src/components/index.ts:
##########
@@ -28,7 +28,7 @@ export {
ConfirmStatusChange,
type ConfirmStatusChangeProps,
} from './ConfirmStatusChange';
-export { Alert, type AlertProps } from './Alert';
+export { Alert, type AlertProps } from '@apache-superset/core/ui';
Review Comment:
The question here is do we do this for now or remove this entirely and
import from new core everywhere else
--
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]