Closed Rc85 closed 10 months ago
Asking because import Icon from '@mdi/react'; throws error when building with vitejs. Have to use named import to get it to work. So I was wondering if it can be changed to named export rather than using export default.
import Icon from '@mdi/react';
export default
Asking because
import Icon from '@mdi/react';
throws error when building with vitejs. Have to use named import to get it to work. So I was wondering if it can be changed to named export rather than usingexport default
.