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
The unmounted component can't be GC, because the observer still observes the detached component.
The text was updated successfully, but these errors were encountered:
flylxq
changed the title
The ResizeObserver omits unobserving in the componentWillUnmount which may lead to memory leak when the component is unmount
The ResizeObserver omits unobserving in the componentWillUnmount, which may lead to memory leak when the component is unmount
Jul 14, 2018
The unmounted component can't be GC, because the observer still observes the detached component.
The text was updated successfully, but these errors were encountered: