Is there a way around the limit on scrollToIndex #1134
Replies: 1 comment
|
That limit was not configurable in the older implementation. It was a guard around repeated The better fix today is to upgrade. In the current If you are stuck on the older version, the practical workaround is to make the jump less dependent on late measurements: provide a closer |
Uh oh!
There was an error while loading. Please reload this page.
When I attempt to scroll to item very far down the list I get the warning
Failed to scroll to index 969 after 10 attempts.Is there a way to increase the number of attempts or remove the limit all together?
All reactions