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 global listener in Sidebar component. #4331

Merged
merged 1 commit into from
Oct 13, 2021

Conversation

itsjohncs
Copy link
Member

Every time the component was mounted it would add another listener.
Since old listeners would often error this could cause a lot of log
spam, particularly when using the hotloader on a mobile device.

Every time the component was mounted it would add another listener.
Since old listeners would often error this could cause a lot of log
spam, particularly when using the hotloader on a mobile device.
@MaxLeiter MaxLeiter added this to the 4.3.0 milestone Oct 13, 2021
@MaxLeiter MaxLeiter added the Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. label Oct 13, 2021
@MaxLeiter MaxLeiter merged commit 5d76ed8 into thelounge:master Oct 13, 2021
@itsjohncs itsjohncs deleted the listener-cleanup branch October 16, 2021 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants