-
-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
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
Will not load more if still in view #10
Comments
You're saying that after the first call to Should be simple enough to solve - my main concern is keeping it inline with "actions up, data down" |
Correct. My naïve guess was that it may have had to do with a debounce or a run once, but I didn't have a chance to investigate further. Thanks! |
I'll look into this shortly, I reckon observing the length of |
(from the infinity-loader, that is) |
fixed in #44 |
This is a bit of an edge case, but in the event you set
perPage
low enough so that it would take more than two requests to fill the viewport, it simply stops after the second page of results is loaded.My expectation is that it would continue to load items until the
infinity-loader
was pushed out of view or the results were all retrieved/displayed.The text was updated successfully, but these errors were encountered: