Michał Dudak
Michał Dudak
Could you add it as Option 3, after a Babel plugin?
Good catch, @Janpot. I see that the Babel plugins also fail to import `styled` from @mui/material. I suppose your suggestion to apply this only to @mui/icons-material makes the most sense....
@dev-ahmedhany, to sum up - if you'd like to continue with this PR, please remove the instructions for `@mui/material` imports (only leave `@mui/icons-material`). Also, remove the `experimental` field and update...
Thanks. Please merge in the latest master, this should resolve the failing checks. Also, as @oliviertassinari pointed out, it would be great to update the examples to use this feature...
If I understand it correctly, this is applied by default by Next.js and doesn't require additional configuration. I believe we can close this PR.
This PR is related only to icons-material, so the code you reverted doesn't affect it, does it?
Thanks for reporting this. It's a similar issue to what's described in https://github.com/mui/material-ui/issues/33268. We'll look into supporting such scenarios in MUI Base's Menu (which will be used by the Material...
After discussing it internally with the team and reading through ARIA specs, I started to think it may not be the best idea to allow all interactive elements within menus....
> @ber8749 i'm not sure if it's possible to focus elements inside MenuItem natively by library, but there is a workaround to focus Switch element inside MenuItem This solution makes...
I'm looking into it.