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
While releaseFromReduxStore does unsubscribe disconnected elements from the store properly, a reference to the element is still retained as the corresponding key for the registry map.
This causes a memory leak.