bvaughn / react-window

React components for efficiently rendering large lists and tabular data
https://react-window.now.sh/
MIT License
15.48k stars 778 forks source link

onClick not invoked when FixedSizeList rendered conditionally #736

Open kieryk123 opened 10 months ago

kieryk123 commented 10 months ago

I found a bug that if your list is rendered conditionally and you assign onClick to list element it won't be invoked until second click. It means you click once on list item and nothing happens, you click again and onClick is invoked.

chawputhybiot commented 4 months ago

I have the same problem.

William-Gu commented 3 weeks ago

I have the same problem.