-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Bug: ValidatedThis PR or Issue is verified to be a bug within Stencil StoreThis PR or Issue is verified to be a bug within Stencil StoreResolution: Needs InvestigationThis PR or Issue should be investigated from the Stencil teamThis PR or Issue should be investigated from the Stencil team
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Stencil Store Version
2.0.3
Stencil Version
2.22.2
Current Behavior
Nodes aren't garbage collected when using stencil/store.
Expected Behavior
Nodes should get garbage collected.
Steps to Reproduce
Clone https://github.com/raymondboswel/stencil-redux-example
In terminal a: cd mock-server; node server.ts
In terminal b: npm run start
Open performance monitor, and memory tab. Trigger garbage collector. Take note of nodes count.
Spam click 'Toggle RxJS Todos' button. Trigger garbage collector. Take note of nodes count.
Spam click 'Toggle Stencil/store Todos' button. Trigger garbage collector & notice that nodes count does not decrease.
Code Reproduction URL
https://github.com/raymondboswel/stencil-redux-example
Additional Information
No response
rafael-leal-mccormack
Metadata
Metadata
Assignees
Labels
Bug: ValidatedThis PR or Issue is verified to be a bug within Stencil StoreThis PR or Issue is verified to be a bug within Stencil StoreResolution: Needs InvestigationThis PR or Issue should be investigated from the Stencil teamThis PR or Issue should be investigated from the Stencil team