Marija Najdova
Marija Najdova
I am taking the `Tabs` component
I don't quite understand the issue. > I'd like to style a `` to look and behave exactly like a `` without explicitly overriding all of the `ToggleButton`'s class styles....
Got it yes, sounds like something that will be possible with the `unstyled` components. Until then, we don’t have option to reset styles.
> Should we separate this issue into smaller, focused, ones? The first thing there from Joy looks like a bug. The second is more of an enhancement/polish, and the third...
I see two potential solutions to fix the root issue here, each of them is going to require non-trivial refactoring of the `useSlider` hook: 1. The first solution would be...
It may be a regression from https://github.com/mui/material-ui/pull/41201, I can't see any other change that is related to this component.
I found the issue, it was a wrong CSS value, that ended with "}" which broke the next CSS selector. I will cherry pick to master too, so we can...
Hey @robphoenix we are not actively working on this at this moment. I believe we can kick off this effort again when we are closer to v6.
The Tooltip components itself, by default shows the tooltip when the component receives a focus (the component in this case being the icon, no the cell). In order for this...
> Decide on the minimum React & TypeScript version On React, we decided on React 17