Marija Najdova

Results 339 comments of Marija Najdova

Thanks for the report. We can improve the support for this, by applying the following diff: ```diff --git a/packages/mui-material/src/Tabs/Tabs.js b/packages/mui-material/src/Tabs/Tabs.js index 3bafb2efbb..8b6e49ef43 100644 --- a/packages/mui-material/src/Tabs/Tabs.js +++ b/packages/mui-material/src/Tabs/Tabs.js @@ -234,22 +234,12...

Hey @KalmarLorand thanks for taking a stab at this issue. When changing the types you need to run: ``` pnpm prototypes pnpm docs:api ``` to ensure that the propTypes and...

We target role IC6 or above, should it maybe be IC5 and above?

> use inline style with a css variable so that the generated style doesn't need to change with each change in the value. This is what I would propose too....

@siriwatknp a quick reminder to look into this.

Can you please update the CodeSandbox to illustrate what the problem actually is about? In general in CSS the presedence is: tag selector < classname < id, so what you...

You can use this link: https://next.mui.com/material-ui/getting-started/, accessing it trough the versious tab, see the image attached @danilo-leal I was surprised to see this versions page, also it seems to be...

> Not going to comment here on the why now (cc @mnajdova @michaldudak), but I can already comment on some of the points made. On the weekly when this was...

> No major comments towards the implementation. All looks good. I am just wondering if we should test this extensively through the docs site before merging. For sure. I am...

@siriwatknp we could try this, it may be problematic when there is spreading of props tough ``` ``` Would need to somehow be converted to: ``` ``` Agree performance is...