Questions tagged [makestyles]

61 questions
-1
votes
1 answer

How to use makeStyles in latest material-ui version 5 in React

I am using Material Ui version 5.2.7. When I import makeStyles from @mui/materials/styles, I am getting following error - Uncaught Error: MUI: makeStyles is not longer exported from @mui/material/styles. You have to import it from @mui/styles. See…
1 2 3 4
5