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.8] Can't add node to treeview #20934

Open
digitalniweb opened this issue Jan 28, 2025 · 0 comments
Open

[Bug Report][3.7.8] Can't add node to treeview #20934

digitalniweb opened this issue Jan 28, 2025 · 0 comments
Labels
C: VTreeview E: nested Nested composable T: bug Functionality that does not work as intended/expected

Comments

@digitalniweb
Copy link

Environment

Vuetify Version: 3.7.8
Vue Version: 3.5.13
Browsers: Firefox 134.0
OS: Windows 10

Steps to reproduce

I don't know if it is a bug, but it looks so. I found it by wanting to change orders and locations of nodes (leafs). But you can't even add a node anywhere but last position (where it doesn't throw the warning). The functionality works, but the warning is thrown, so I don't know what else breaks. I found workaround by adding :key="treeViewKey" to the treeview where treeViewKey is a number which I increment on every change.
The warning:
[Vue warn]: Vuetify error: Multiple nodes with the same ID

Expected Behavior

not throwing warning

Actual Behavior

throws warn [Vue warn]: Vuetify error: Multiple nodes with the same ID

Reproduction Link

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

@KaelWD KaelWD added T: bug Functionality that does not work as intended/expected C: VTreeview E: nested Nested composable labels Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VTreeview E: nested Nested composable T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

No branches or pull requests

2 participants