We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Merge branch 'main' into fix/virtualized-list-loading/#1490
1e302ae
590bde0
fix: add load more functionallity to virtualized list (#1490) (#1513)
8de1653
DenisVershkov
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: