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
Reproduction link isn't really demonstrating the bug as I failed to add vue-router to playground.
I didn't find any help on how to do a playground with navigation so I did something as close as possible to reality. If it doesn't help, I will try to setup a small git repo as my code is private so I can't directly share my project.
The text was updated successfully, but these errors were encountered:
I tried a more complex example but i really can't reproduce the issue on the playground.
I updated the libs and I still have the issue.
I also notice the issue is happening with:
v-autocomplete
v-select
v-combobox (I assume)
They all use virtual-scroller internally so I think it is related to this. Maybe I will start a git repo to show the issue instead of trying in the playground.
Bartheleway
changed the title
[Bug Report][3.5.1] v-vitual-scroll performance issue when navigate twice
[Bug Report][3.5.1] v-vitual-scroll performance issue when used with pinia-jsonapi
Apr 1, 2024
Environment
Vuetify Version: 3.5.1
Vue Version: 3.4.15
Browsers: Chrome 121.0.0.0
OS: Windows 10
Steps to reproduce
Expected Behavior
Load time almost equals for first page (1st load & 2nd load)
Actual Behavior
2nd loading is almost crashing my browser with CPU peak for 20s sometimes.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Reproduction link isn't really demonstrating the bug as I failed to add vue-router to playground.
I didn't find any help on how to do a playground with navigation so I did something as close as possible to reality. If it doesn't help, I will try to setup a small git repo as my code is private so I can't directly share my project.
The text was updated successfully, but these errors were encountered: