You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Environment
Vuetify Version: 3.7.11
Vue Version: 3.5.13
Browsers: Chrome 133.0.0.0
OS: Windows
Steps to reproduce
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
The text was updated successfully, but these errors were encountered: