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
I'm using MasonryInfiniteGrid in Svelte
When scrolling i can sill see all the cards in the dom without any recycling. Where is the screenshot of what the DOM look like
i'm not sure how recycling is working and calculating what is currently visible?
Version: 4.9.0 & 4.10.1
Here is my svelte code:
The text was updated successfully, but these errors were encountered:
@neckaros
recycle works in groups. Have you set up a groupkey? Basically, it is judged by item.groupKey.
item.groupKey
Sorry, something went wrong.
No branches or pull requests
Description
I'm using MasonryInfiniteGrid in Svelte
When scrolling i can sill see all the cards in the dom without any recycling.
Where is the screenshot of what the DOM look like
i'm not sure how recycling is working and calculating what is currently visible?
Steps to check or reproduce
Version: 4.9.0 & 4.10.1
Here is my svelte code:
The text was updated successfully, but these errors were encountered: