TeamWertarbyte / mdi-material-ui

Material-UI SvgIcon components for Material Design Icons.
MIT License
328 stars 15 forks source link

material-ui dependence #43

Closed badri-derakhshan closed 3 years ago

badri-derakhshan commented 3 years ago

i've updated material ui to 5.0.0-rc.1 and package name has been changed form @material-ui to @mui but mdi has been used @material-ui in their dependence

i have this error _ERROR in ../../node_modules/mdi-material-ui/util/createIcon.js 12:13-47 Module not found: Error: Can't resolve '@material-ui/core/utils' in '/Documents/frontend-core/nodemodules/mdi-material-ui/util'

ShotSkydiver commented 3 years ago

I made a PR to fix this here: https://github.com/TeamWertarbyte/mdi-material-ui/pull/42 and there's a temporary NPM package link in that PR that you can install until it's merged!

henry-young commented 3 years ago

Bump as MUIv5 is now officially released

thediveo commented 3 years ago

breaks using mdi-material-ui icons with MUI v5 due to Type 'OverridableComponent<SvgIconTypeMap<{}, "svg">>' is not assignable to type 'ComponentType<SvgIconProps<"svg", {}>>'..

leMaik commented 3 years ago

Fixed in v7.0.1 and v7.1.0 (same but with latest Material Design Icons).