Skip to content

Hotfix: Stop infinitely recursing - #1504

Merged
BrandonPacewic merged 2 commits into
devfrom
zachr/338/ui-blocking-fix
Aug 14, 2026
Merged

Hotfix: Stop infinitely recursing#1504
BrandonPacewic merged 2 commits into
devfrom
zachr/338/ui-blocking-fix

Conversation

@rutmanz

@rutmanz rutmanz commented Aug 13, 2026

Copy link
Copy Markdown
Member

Task

SYNTH-338

Symptom

Some panels (particularly on new wheel selection UI) got caught up in an infinite re-render loop from the new UI blocking changes.

Solution

Used a ref instead of cb dependency to avoid rerendering

Verification

Can open panels and blocking behaves as before, can import local mirabuf file without issue


Before merging, ensure the following criteria are met:

  • All acceptance criteria outlined in the ticket are met.
  • Necessary test cases have been added and updated.
  • A feature toggle or safe disable path has been added (if applicable).
  • User-facing polish:
    • Ask: "Is this ready-looking?"
  • Cross-linking between Jira and GitHub:
    • PR links to the relevant Jira issue.
    • Jira ticket has a comment referencing this PR.

@rutmanz
rutmanz requested review from a team as code owners August 13, 2026 21:50

@AlexD717 AlexD717 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lotm

@azaleacolburn azaleacolburn left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm; maybe react wouldn't be like this if it had a borrow checker :P

@BrandonPacewic
BrandonPacewic merged commit 826bc92 into dev Aug 14, 2026
23 checks passed
@BrandonPacewic
BrandonPacewic deleted the zachr/338/ui-blocking-fix branch August 14, 2026 16:05
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.

4 participants