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 used setInterval for the reproduction, but in more realistic cases we would usually have some scroll or wheel event listeners which make the same load. These MBs are not and cannot be garbage collected:
The text was updated successfully, but these errors were encountered:
A minimal reproduction of a memory leak when passing a signal's value (content) to a component as a prop.
https://stackblitz.com/edit/vitejs-vite-gxocdd?file=src%2Fapp.tsx
I used
setInterval
for the reproduction, but in more realistic cases we would usually have some scroll or wheel event listeners which make the same load. These MBs are not and cannot be garbage collected:The text was updated successfully, but these errors were encountered: