tur-nr / polymer-redux

Polymer bindings for Redux.
https://tur-nr.github.io/polymer-redux
MIT License
440 stars 67 forks source link

`releaseFromReduxStore` doesn't release Element references for GC #144

Open craPkit opened 5 years ago

craPkit commented 5 years ago

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