Closed Apollinaire closed 6 years ago
mdi-material-ui struggles to support tree-shaking, so imports have to be import IconName from 'mdi-material-ui/IconName and not import {IconName} from 'mdi-material-ui'
import IconName from 'mdi-material-ui/IconName
import {IconName} from 'mdi-material-ui'
mdi-material-ui struggles to support tree-shaking, so imports have to be
import IconName from 'mdi-material-ui/IconName
and notimport {IconName} from 'mdi-material-ui'