developerdizzle / react-virtual-list

Super simple virtualized list React component
http://developerdizzle.github.io/react-virtual-list/
MIT License
619 stars 73 forks source link

Fixes multiple lists #49

Closed andrwh closed 6 years ago

andrwh commented 7 years ago

I had a list of multiple virtual lists, and when the first list was scrolled over, it continued to update, and resulted in an infinite scrollbar

developerdizzle commented 7 years ago

Hey @andrwh, thanks for submitting this! It looks good at a glance, but I'd like to test it out on my end and possibly even code up an example page showing multiple lists.

aga5tya commented 6 years ago

This looks good, anything holding up this PR? @developerdizzle