mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
93.9k stars 32.26k forks source link

isuue in Const useStyles #28515

Closed Hashininirasha closed 3 years ago

Hashininirasha commented 3 years ago

MUI: makeStyles is not longer exported from @mui/material/styles. You have to import it from @mui/styles. See https://mui.com/r/migration-v4/#material-ui-core-styles for more details.

Migration from v4 to v5 haven't any way to solve it

mnajdova commented 3 years ago

See this section for more details - https://mui.com/guides/migration-v4/#mui-material-styles Above, there are also other ways of how you can migrate.

mnajdova commented 3 years ago

I am closing this, feel free to re-open if yo have more details.