-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Description
Vue version
3.2.45
Link to minimal reproduction
Steps to reproduce
Make some component with reactive {data: {...}} state object, setup constant updates of data object.
What is expected?
Memory usage is constant (old objects should be cleaned by GC).
What is actually happening?
Memory usage grows and never stops.
System Info
OS: macOS Ventura 13.0.1
Browser: Chrome build 108.0.5359.124 (Official Build) (arm64)
Any additional comments?
In my original app I had updates by websocket, but it is easy to reproduce locally as well (see SFC example).
Metadata
Metadata
Assignees
Labels
No labels