Skip to content
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

fix paginator endCursor when isDone #440

Merged
merged 1 commit into from
Feb 7, 2025
Merged

fix paginator endCursor when isDone #440

merged 1 commit into from
Feb 7, 2025

Conversation

ldanilek
Copy link
Contributor

@ldanilek ldanilek commented Feb 7, 2025

there's a bug where endCursor is not used for the last page of pagination. What should happen is the last page grows to include everything up to endCursor, like every other page. But what was happening instead is it was being cut off at num-items.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ldanilek ldanilek merged commit c24fe3b into main Feb 7, 2025
1 check passed
@ianmacartney ianmacartney deleted the lee/paginator-fix branch February 7, 2025 00:22
Copy link
Collaborator

@ianmacartney ianmacartney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants