Marija Najdova

Results 224 comments of Marija Najdova

Are you using the `modularizeImports` option? We need a reproduction repository so that we can investigate what is the problem. Without it we cannot act on anything.

> Another use case: we have a fully dark based theme except for our ecommerce pages they are completely light theme based (again with a nested light theme), but the...

> Will the solution MUI build be integrated as part of the monorepo or as a separate repository? If somebody wanted to use the CSS-in-JS library, will the relevant APIs...

The `TextField` component does not support the dynamic variants, as the structure of the component depends on this prop - for e.g. different input component is rendered based on the...

Related to https://github.com/mui/material-ui/issues/37846

> If you import Button from @mui/base/Button, you will get type any > If you want type instead of any, replace your import from import Button from "@mui/base/Button"; to import...

It's a regression from https://github.com/mui/material-ui/pull/36677, we discussed this with @michaldudak. I agree that this is unexpected, although we have some explanation for it. It's the most common use-case for a...

Agree, we should fix it. As a workaround you can use the `leaveDelay` prop, for e.g. set it to 500 (ms). cc @hbjORbj

Thanks for the detailed comments. To give some context: - `@mui/styles` in the legacy, JSS based styling solution. We are **not recommending** it since v5 - it is not compatible...

I've assigned it to a member of the core team, it will require some changes in the build scripts we have, it may not turn out to be trivial things...