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
Nothing visually seems to break, but the error is causing error tracking issues.
As far as I can see it's caused by the setTimeout in the VMenu component which causes the function to be executed after the route has changed and when the component no longer exists.
I created a stackblitz reproduction link because there is no option to add the vue-router in the Vuetify sandbox.
The text was updated successfully, but these errors were encountered:
Environment
Vuetify Version: 3.5.13
Vue Version: 3.4.21
Browsers: Chrome 123.0.0.0
OS: Mac OS 10.15.7
Steps to reproduce
Expected Behavior
Route change with no error in the console
Actual Behavior
Route change with error in the console
Reproduction Link
https://stackblitz.com/edit/vitejs-vite-fhewvt?file=package.json
Other comments
Nothing visually seems to break, but the error is causing error tracking issues.
As far as I can see it's caused by the setTimeout in the VMenu component which causes the function to be executed after the route has changed and when the component no longer exists.
I created a stackblitz reproduction link because there is no option to add the vue-router in the Vuetify sandbox.
The text was updated successfully, but these errors were encountered: