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

Prevent every row from unmounting when one row is deleted #208

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

salhotra
Copy link

@salhotra salhotra commented Nov 30, 2020

This PR from the previous release (#47) fixes the remounting of the entire list when an item is deleted.

But each individual item still unmounts and mounts again when an item is deleted.

This causes issues when animations are run on mount. Please refer to issue #207

Please correct me if I'm wrong, if an item is deleted, I think we don't need to update the keys of each item.

@salhotra salhotra changed the title Prevent every row from unmounting when one row is deleted [WIP] Prevent every row from unmounting when one row is deleted Nov 30, 2020
@salhotra salhotra changed the title [WIP] Prevent every row from unmounting when one row is deleted Prevent every row from unmounting when one row is deleted Nov 30, 2020
@keremcubuk
Copy link

Hello, when this pull request will accepted? It solves my most of problems. Thanks @salhotra

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