react-admin
react-admin copied to clipboard
MUI New version theme conflict - Types of property 'MuiAlert' are incompatible.
After upgrading to @mui/material version 5.9.3. I'm getting a type-error on my custom theme. Apparently the sx property of MuiAlert is incompatible.
Would it be possible to upgrade react-admin to the latest MUI version?
I think that means that MUI has published a breaking change in a bugfix version, which is a breach of the semver convention... You should report the problem to them.
Ok, not a high priority now. Fixed by downgrading to "@mui/material": "5.8.4",