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
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
Notice the Size increases overtime and is never recoverd/garbage collected.
This is especially noticable with a table that has more columns/rows along with custom cell renderers and click handlers.
Any advice on how to debug/fix this to cleanup the memory usage when data is reloaded?
The text was updated successfully, but these errors were encountered:
When the data is reloaded the JS heap increases and sometimes Deatched DOM nodes exist and are never cleaned up.
Using Chrome Dev tools you can see this by doing the following:
Notice the Size increases overtime and is never recoverd/garbage collected.
This is especially noticable with a table that has more columns/rows along with custom cell renderers and click handlers.
Any advice on how to debug/fix this to cleanup the memory usage when data is reloaded?
The text was updated successfully, but these errors were encountered: