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

[Bug Report][3.7.11] VList: "Multiple nodes with the same ID" Error when select a list item #20977

Open
steveroogers opened this issue Feb 11, 2025 · 0 comments

Comments

@steveroogers
Copy link

steveroogers commented Feb 11, 2025

Environment

Vuetify Version: 3.7.11
Vue Version: 3.5.13
Browsers: Chrome 133.0.0.0
OS: Windows

Steps to reproduce

  1. selecting a list element
  2. warning in the console

Expected Behavior

There should be no warning, since there are no elements with the same IDs

Actual Behavior

Warning when selecting each item

Reproduction Link

https://play.vuetifyjs.com/#...

Other comments

It seems to me that there is an error in the rendering, since when we cancel the selection, there is no warning. When we select an element, it is first added to the dom, and only then removed from the lower list of unselected elements

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

No branches or pull requests

1 participant