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

fix(visibleWidgets): fix visibleWidget tracking bug, cleanup #412

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

mman
Copy link
Collaborator

@mman mman commented Sep 5, 2024

Closes #411 and cleans up logic to determine whether to display widgets.

The #411 was actually caused by incomplete and untested fix for #405 where visibleWidgets Set reference was unnecessarily changed when nothing has changed and caused typical React re-render.

@mman mman merged commit 22e9aea into master Sep 5, 2024
1 check passed
@mman mman deleted the fix-infinite-render branch September 9, 2024 14:18
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 this pull request may close these issues.

Bug: infinite re-render
1 participant