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
I managed to find two different cause: one is the ever-growing counter in useUid and the other is the form's event listeners not being cleared. I fixed both in #1185.
Environment
Version
v2.11.0
Reproduction
app.vue
:a simple logger for memory usage
/server/plugins/memory.js
:run
autocannon http://localhost:3000 -f
to see the memory usage going up and upDescription
Seems that any usage of
<UForm/>
is causing memory leak.Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: