Vuetify: [Bug Report] Tabs are causing memory leak when they are in zero width parent

Created on 15 Apr 2020  路  1Comment  路  Source: vuetifyjs/vuetify

Environment

Vuetify Version: 2.2.22
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.163
OS: Mac OS 10.15.3

Steps to reproduce

Put in div with 0 width.

Expected Behavior

Tabs are not causing a memory leak

Actual Behavior

Tabs causing a memory leak and never stops update.

Reproduction Link

https://codepen.io/justmartinhere/pen/vYNLZNq

Other comments

Tested in vue devtools.

VTabs bug performance

Most helpful comment

For reference, I get the following in my vue devtools:
vuetify-11122
So it seems to turn the slider on and off continuously, therefore creating new components and destroying them, hence the memory leak & a lot of GC

>All comments

For reference, I get the following in my vue devtools:
vuetify-11122
So it seems to turn the slider on and off continuously, therefore creating new components and destroying them, hence the memory leak & a lot of GC

Was this page helpful?
0 / 5 - 0 ratings