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
Looks like any element created with an event handler in its props is not going to get gc'd unless you manually call "cleanup." The "cleanupFuncs" array has references in the closures it holds.
This was surprising. Does anyone think this feature is worth it -- having to manually cleanup any dom node with an event handler?
The text was updated successfully, but these errors were encountered:
Looks like any element created with an event handler in its props is not going to get gc'd unless you manually call "cleanup." The "cleanupFuncs" array has references in the closures it holds.
This was surprising. Does anyone think this feature is worth it -- having to manually cleanup any dom node with an event handler?
The text was updated successfully, but these errors were encountered: