Peter Zagoranski
Results
1
comments of
Peter Zagoranski
I found what was the problem ... I had to replace: import { useTheme } from '@mui/system'; with: import { useTheme } from '@mui/material'; This was fine before version 5.7.0...