Kalmar Lorand
Results
3
comments of
Kalmar Lorand
[material-ui][FocusTrap] getTabbable function has a return type of string[] instead of HTMLElement[]
> Nice catch, would you like to introduce a PR with the change? Sure thing. I'll open a PR today. thanks
[material-ui][FocusTrap] getTabbable function has a return type of string[] instead of HTMLElement[]
> Nice catch, would you like to introduce a PR with the change? I just created the PR: [42237](https://github.com/mui/material-ui/pull/42237)
> Hey @KalmarLorand thanks for taking a stab at this issue. When changing the types you need to run: > > ``` > pnpm prototypes > pnpm docs:api > ```...