Skip to content

Conversation

radium-v
Copy link
Contributor

Previous Behavior

The Menu component uses Updates.enqueue() to wait until the component and its children are ready. This may sometimes happen too quickly, causing the setComponent() function to misfire.

New Behavior

Replaces the Updates.enqueue() with queueMicrotask() in the Menu component's connectedCallback().

This PR also fixes a broken Menu test fixture and a flaky Tabs test.

Related Issue(s)

@radium-v radium-v requested a review from a team as a code owner October 14, 2025 22:12
Copy link

📊 Bundle size report

✅ No changes found

Copy link

Pull request demo site: URL

@radium-v radium-v merged commit 9420f34 into microsoft:master Oct 15, 2025
13 checks passed
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.

3 participants