gravity-ui / uikit

https://gravity-ui.com
MIT License
555 stars 87 forks source link

Bug(List): broken onLoadMore in virtualized List #1490

Closed DenisVershkov closed 4 months ago

DenisVershkov commented 5 months ago

way to reproduce:

items: [at least one item] virtualized: true loading: true onLoadMore: () => anything

There is no loading indicator in this configuration => onLoadMore is never triggered.