Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up stores from elements that have been removed #185

Closed
JRJurman opened this issue Apr 30, 2022 · 0 comments · Fixed by #187
Closed

Clean up stores from elements that have been removed #185

JRJurman opened this issue Apr 30, 2022 · 0 comments · Fixed by #187
Assignees

Comments

@JRJurman
Copy link
Member

Summary

After building https://redditcomber.com/, a memory leak was discovered to slow down the app over successive interactions.

After lots of investigation, it appears that one source of the memory leak could be that stores are not cleaned up if an element is removed.

We should update the logic to clean up stores for elements that have been removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant