Michał Dudak
Michał Dudak
I haven't noticed it on my own. A repro would help us investigate this issue a lot.
I've assigned FocusTrap to you. Once you're done with it, you can work on this one as well.
It's all yours! Let me know if you encounter any problems along the way. The Unstyled Slider is likely the most complex of the Base components still written in JS.
Do you mean Material UI components? If so, we don't plan to convert them. We will gradually reimplement them using MUI Base once it's stable and use Typescript then.
I suppose so. If an application relies on a Backdrop being excluded from the a11y tree, it may become much harder or impossible to navigate with screen readers after this...
Created an issue in the jscodeshift repo: https://github.com/facebook/jscodeshift/issues/534
Is there an issue that describes the problem this PR solves? Besides, the PR is missing a test that verifies if it works well.
The PR needs a description so that we know what it's about when we look at it in a couple of months. As for the test, you can create a...
`isRtl` is an internal prop and shouldn't be used directly. The docs fail to mention this, and I'm going to update them so it's clear. All the components check the...
It's used in SliderUnstyled, and our docs generation scripts incorrectly included it in the Slider docs. It's corrected now. The Slider, like many other components, can be configured to use...