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

DOM not recycled #547

Open
neckaros opened this issue Jul 7, 2023 · 1 comment
Open

DOM not recycled #547

neckaros opened this issue Jul 7, 2023 · 1 comment
Labels

Comments

@neckaros
Copy link

neckaros commented Jul 7, 2023

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
image

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:
image

@daybrush
Copy link
Member

@neckaros

recycle works in groups.
Have you set up a groupkey?
Basically, it is judged by item.groupKey.

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

No branches or pull requests

2 participants