[Bug Report][3.7.1] Memory leak with VOverlay and VDataTable #20422
Closed
Description
Environment
Vuetify Version: 3.7.1
Vue Version: 3.5.0
Browsers: Google Chrome
OS: Windows
Steps to reproduce
- Install packages, build & preview
- Access home page via Chrome
- Open memory in devtools & take a snapshot
- Open the snapshot, filter
TestObject
=> Nothing shows - Click
Overlay
orData Table
link (both pages create aTestObject
instance) - Click
Back to home
button in theOverlay
orData Table
link to back to home - Take a new memory snapshot
- Filter
TestObject
=> a record shows
Expected Behavior
TestObject
should be removed
Actual Behavior
TestObject
is still there after backing to home