Skip to content

[Bug Report][3.7.1] Memory leak with VOverlay and VDataTable #20422

Closed
@lebinhchieu

Description

Environment

Vuetify Version: 3.7.1
Vue Version: 3.5.0
Browsers: Google Chrome
OS: Windows

Steps to reproduce

  1. Install packages, build & preview
  2. Access home page via Chrome
  3. Open memory in devtools & take a snapshot
  4. Open the snapshot, filter TestObject => Nothing shows
  5. Click Overlay or Data Table link (both pages create a TestObject instance)
  6. Click Back to home button in the Overlay or Data Table link to back to home
  7. Take a new memory snapshot
  8. Filter TestObject => a record shows

Expected Behavior

TestObject should be removed

Actual Behavior

TestObject is still there after backing to home
image

Reproduction Link

https://github.com/lebinhchieu/vuetify-memory-issue

Metadata

Assignees

Labels

C: VOverlayVOverlayT: bugFunctionality that does not work as intended/expected

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions