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

Memory leak in menu and Popover #948

Closed
vegegoku opened this issue Jul 25, 2024 · 0 comments
Closed

Memory leak in menu and Popover #948

vegegoku opened this issue Jul 25, 2024 · 0 comments
Assignees
Labels
bug Something isn't working version 2.x.x Version 2.x.x issues
Milestone

Comments

@vegegoku
Copy link
Member

Menu is leaking memory by adding some global event listeners to the document body and never remove them, another cause of this leak is adding MediaQuery listeners without removing them, Popovers leaks memory for the same issue with media queries

@vegegoku vegegoku added bug Something isn't working version 2.x.x Version 2.x.x issues labels Jul 25, 2024
@vegegoku vegegoku added this to the 2.0.2 milestone Jul 25, 2024
@vegegoku vegegoku self-assigned this Jul 25, 2024
vegegoku added a commit that referenced this issue Jul 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working version 2.x.x Version 2.x.x issues
Projects
Status: Done
Development

No branches or pull requests

1 participant