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
There is DataStore.saveFamousFrameworkComponent to register key to COMPONENTS object but no function exists to unregister key from it. This causes a memory leak problem over time in any component that uses $ifs and $repeats where children nodes are dynamically added/removed. We need a destructor function that knows how to reach in to these places and clean things up.
The text was updated successfully, but these errors were encountered:
There is
DataStore.saveFamousFrameworkComponent
to register key toCOMPONENTS
object but no function exists to unregister key from it. This causes a memory leak problem over time in any component that uses$if
s and$repeat
s where children nodes are dynamically added/removed. We need a destructor function that knows how to reach in to these places and clean things up.The text was updated successfully, but these errors were encountered: