-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Material UI renamed from 4.x to 5.x, so we will need to change out dependencies from:
"@material-ui/core": "^4.9.9",
"@material-ui/icons": "^4.0.1",to:
"@mui/material": "^5.3.0",
"@mui/icons-material": "^5.3.0",We cannot update from react 16.x to 17.x until updating to MUI 5.x.
Additionally, material-ui-search-bar has not been updated to MUI 5.x, so we'd need to fork it or find an appropriate replacement.
Reactions are currently unavailable
Metadata
Metadata
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency file