I noticed a deviation of the kotlin-mui wrappers f...
# javascript
m
I noticed a deviation of the kotlin-mui wrappers from the original MUI definitions:
BaseTheme
&
ThemeOptions
in @mui/material/styles/createTheme should inherit from
Theme
&
ThemeOptions
from @mui/system/createTheme/createTheme This leads to problems like not being able to access
breakpoints
of the theme I already created a corresponding issue
1