makeStyles can be used in class Component context
Link:
1.
2.
3.
4.
| Tech | Version |
|--------------|---------|
| Material-UI | v3.?.? |
| React | |
| Browser | |
| TypeScript | |
| etc. | |
makeStyles is a 'hook factory', hooks can only be used in function components, therefore makeStyles will not work with class components