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
We started noticing the crashes because we have an info screen running all day with animated content. Examining heap snapshot comparisons in the browser seems to point the leak being related to the transition of the items.
The text was updated successfully, but these errors were encountered:
Environment
Vuetify Version: 3.7.3
Vue Version: 3.5.12
Browsers: Google Chrome, Mozilla Firefox
OS: Windows
Steps to reproduce
Open playground and keep the tab open or in the background for at least 5 minutes.
Expected Behavior
Not to increase memory usage incrementally over time
Actual Behavior
Increasing memory usage incrementally over time
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
We started noticing the crashes because we have an info screen running all day with animated content. Examining heap snapshot comparisons in the browser seems to point the leak being related to the transition of the items.
The text was updated successfully, but these errors were encountered: