clauderic / clauderic/react-tiny-virtual-list

Vibrating scrollbar in nested lists

Open
#71 1 comment 0 reactions 0 assignees View on GitHub
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:
![Gif](https://media.giphy.com/media/cdXyfp44VqkmPJAMtl/giphy.gif)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.