polymer-redux
polymer-redux copied to clipboard
`releaseFromReduxStore` doesn't release Element references for GC
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.
Branch: dev/v2.x