-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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(web-components): add check in toggle button to ensure setAttribute is not called before connectedCallback #28500
fix(web-components): add check in toggle button to ensure setAttribute is not called before connectedCallback #28500
Conversation
🕵 FluentUI-web-components No visual regressions between this PR and main |
📊 Bundle size report🤖 This report was generated against 07f3fe5fc625defc06f6ec5376a4ec96c2816e01 |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 07f3fe5fc625defc06f6ec5376a4ec96c2816e01 (build) |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 95f4e97:
|
Previous Behavior
The component could error out as setAttribute could be called incorrectly.
New Behavior
No error as we check that the $fastController is called before we invoke setAttribute.
Related Issue(s)
n/a