-
Notifications
You must be signed in to change notification settings - Fork 2.9k
fix(react-utilities): fix dispatcher behavior #27978
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(react-utilities): fix dispatcher behavior #27978
Conversation
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 559 | 575 | 5000 | |
| Button | mount | 283 | 295 | 5000 | |
| Field | mount | 985 | 1051 | 5000 | |
| FluentProvider | mount | 639 | 651 | 5000 | |
| FluentProviderWithTheme | mount | 81 | 85 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 67 | 69 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 75 | 75 | 10 | |
| InfoButton | mount | 14 | 12 | 5000 | |
| MakeStyles | mount | 863 | 851 | 50000 | |
| Persona | mount | 1613 | 1584 | 5000 | |
| SpinButton | mount | 1231 | 1276 | 5000 |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: dc612644bc698fa8a8f315167d759f16c9a41d82 (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 e401a37:
|
📊 Bundle size reportUnchanged fixtures
|
🕵 fluentuiv9 No visual regressions between this PR and main |
packages/react-components/react-utilities/src/hooks/useControllableState.ts
Outdated
Show resolved
Hide resolved
3f2ca14 to
2a20fea
Compare
2a20fea to
e401a37
Compare
|
🎉 Handy links: |
|
🎉 Handy links: |

New Behavior
Fixes regression introduced in #27702.
New test is added for the scenario used in
DataGridhooks.Related Issue(s)
Fixes #27896