Kalmar Lorand
Results
2
issues of
Kalmar Lorand
Part of: [#42231](https://github.com/mui/material-ui/issues/42231) `FocusTrap` component: Change the return type of the `getTabbable` function from `ReadonlyArray` to `ReadonlyArray`.
bug 🐛
typescript
component: FocusTrap
[material-ui][FocusTrap] getTabbable function has a return type of string[] instead of HTMLElement[]
3
### Steps to reproduce [Link to live example: (required)](https://codesandbox.io/p/sandbox/mui-focustrap-gettabbable-issue-9xc9jc) Steps: 1. Create a Focustrap component 2. Pass in the getTabbable function that returns an array of nodes [Returns an array...
bug 🐛
good first issue
typescript
component: FocusTrap