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

List rendering glitch #36

Open
XANOZOID opened this issue Jul 12, 2023 · 1 comment
Open

List rendering glitch #36

XANOZOID opened this issue Jul 12, 2023 · 1 comment

Comments

@XANOZOID
Copy link

Haven't tested the mobile versions but I tested the web target.

When rendering the list, given you've added items, it will incorrectly render additional duplicate or zombie items. I think it has something to do with the virtual Dom not being able to correctly differentiate item updates between renders. Looks like it is happening because we're using an object as a key instead of a identifier like a string or integer.

@XANOZOID
Copy link
Author

Removing the key altogether doesn't fix this either like it might with coconut vdom.

Perhaps upgrading the dependencies of this example project will fix this too but unlikely related.

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

No branches or pull requests

1 participant