clauderic / clauderic/react-tiny-virtual-list
Vibrating scrollbar in nested lists
Open
- Dominant language
- TypeScript
- Stars
- 2.5k
- Forks
- 159
- PR merge metrics
- No merged PRs in 30d
Description
I have this problem with my list actually this is my render funct:
```
{(budget && budget.length && !fetching) && (
heights[index] || 24)}
/>
)}
```
and this is renderChild:
```
{(toggles[realId] && nextData) && (
heights[index] || 24)}
/>
)}
```
well this is what happen when i scroll down the list of collapsable data:

Contributor guide
Assessment
This issue has not been assessed yet.