Marija Najdova
Marija Najdova
Thanks for the info @JacobSoderblom, I will test again now to see if the instructions in #27583 still apply. We use there `latest` as a version of the plugin so...
See https://github.com/mui-org/material-ui/issues/29742#issuecomment-982597676 I am starting to think that we should maybe rather recommend emotion for SSR projects. There are just so many issues using `styled-components` with external library. Credits to...
> I have tried recharts, it seems to work well This is not working for me locally, for e.g. the https://github.com/mui/mui-public/tree/master/tools-public is failing locally with the error (@mui/[email protected]) Using @mui/[email protected]...
> Any progress on this? We plan to start working on this in this quarter.
I still believe https://github.com/mui/material-ui/issues/24198#issuecomment-752797748 should fix the issue, no need to add new API for it.
@DiegoAndai I improved a lot the codemod in regards to the replacement of the open tags & removing the non-used imports. I am not sure about the theming codemod, honestly...
@thathva thanks for kicking off this effort. I pushed few commits and merged it :)
The bug was fixed by https://github.com/styled-components/stylis-plugin-rtl/pull/21 @probablyup it can probably be closed.
We could likely improve the props preview, to show the most important part of the demo - the usage of the prop. cc @siriwatknp
Thanks for creating the issue @pcorpet. To give some clarification, at this moment Material UI uses the `useAutocomplete` from Base UI. If we want to make breaking changes to this...