Jan Potoms
Jan Potoms
I know I've surfaced this [before](https://github.com/mui/material-ui/pull/33287#discussion_r906514330) and we have valid reasons not to, but I still wonder whether this could be caused by a less than ideal isolation of assets...
> From what I understood, we wouldn't be able to write links like `/x/react-data-grid/row-pinning/` but it would need to be `/react-data-grid/row-pinning/` 🙈. We could create a wrapper for the Next.js...
Gave this a quick try on [Toolpad](https://github.com/mui/mui-toolpad) and this breaks on imports like: ```tsx import { Box, styled } from '@mui/material' ``` As there is no `@mui/material/styled`. Perhaps it should...
@flaviendelangle Do you have an idea which specific build/test/lint flows break when we remove the babel aliasing? Just for me to know what makes sense to concentrate on next in...
@flaviendelangle Just stumbled upon this PR again and realized it has been superseded by https://github.com/mui/material-ui/pull/40792 (or at least part of it). Apologies, I think I forgot about the existence of...
Just noticed `AccordionActions` and `DialogActions` use a similar implementation for their spacing
@siriwatknp Understood, I added this PR on the list of https://github.com/mui/material-ui/issues/30660
@siriwatknp I've merged master and replaced the tests with integration tests. The tests were testing implementation details and that's rather useless in this case (i.e. the computed styles don't necessarily...
> Feel free to remove them. It can't find any demo that covers this specific case. Perhaps it's best to keep them?
Still needs publishing