Could you please help me with Material ui with React? Below is my issue
If I do import makeStyles from '@material-ui/core/styles'
, On loading the application it throws a warning saying...
makeStyles needs to be imported from '@material-ui/styles'
But when I do import makeStyles from '@material-ui/styles'
, it says that...
theme is undefined
What do I need to do?