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
I want to use the v-treeview to display my project directory. I also have the src directory under my src directory. When I click src to expand it, I get stuck in a loop
I have managed to pinpoint specific place where the code get's stuck:
In theory we could mitigate issue by throwing exception once we detect duplicated ID. Tree view will be unexpectedly unable to expand specific node, but at least end-user's browser tab won't have a chance to freeze. I am curious about @yuwu9145 's opinion on it.
Environment
Vuetify Version: 3.7.0
Vue Version: 3.3.4
Browsers: Edge 128.0.0.0
OS: Windows
Steps to reproduce
I want to use the v-treeview to display my project directory. I also have the src directory under my src directory. When I click src to expand it, I get stuck in a loop
Expected Behavior
available
Actual Behavior
not available
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: