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
According to this tweet, if you don't manually disconnect Intersection and Resize observers, when the nodes are removed from the DOM they will leak memory -- in all browsers.
We should go through our usages and ensure they're all being manually disconnected in our components' disconnectedCallbacks.
The text was updated successfully, but these errors were encountered:
According to this tweet, if you don't manually disconnect Intersection and Resize observers, when the nodes are removed from the DOM they will leak memory -- in all browsers.
We should go through our usages and ensure they're all being manually disconnected in our components'
disconnectedCallback
s.The text was updated successfully, but these errors were encountered: