simcha90
simcha90
**What**: Move code to TS **Why**: **How**: **Checklist**: - [ ] Documentation added to the [docs site](https://github.com/testing-library/testing-library-docs) - [ ] Tests - [ ] Typescript definitions updated - [ ]...
Can we add types description for React types, that can be supported for docs generators? For example we use next inheritance: ``` import React, { ButtonHTMLAttributes, FC } from 'react'...
### TanStack Table version 8.13.2 ### Framework/Library version 18.2.0 ### Describe the bug and the steps to reproduce it 1. Select first collapsed row 2. Expand it 3. Start unselect...
Fix issue: https://github.com/TanStack/table/issues/5398 We updated logic for selection of disabled rows (at least for pagination). Here next possible flows: 1. One row disabled and selected then click on Footer checkbox:...
### TanStack Table version 8.13.2 ### Framework/Library version 17.0.2 ### Describe the bug and the steps to reproduce it 1. When you click unselect all rows it unselect even disabled...