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 had some dispose functionality already lying around. I did a quite cheap implementation in #269 - I didn't profile though. It is more to get it chained up, though it may have an effect already.
Menu
andMenuNavgation
is retained (accumulating) in memoryMost probable cause seems to be that added event listeners in control aren't removed on component teardown.
The text was updated successfully, but these errors were encountered: