Update to MUI v5
Followed https://mui.com/material-ui/migration/migration-v4/
It was made much easier since we removed all makeStyles
occurrences.
- Updated imports
@material-ui/...
in@mui/...
- Some typings needed to be updated (mainly event handlers)
- Some classes/roles changed so Cypress tests also needed to be updated
- There are other component-specific changes that I underline below
Edited by Loic Huder