fix(react-utilities): fix dispatcher behavior#27978
Merged
layershifter merged 1 commit intoMay 25, 2023
Merged
Conversation
ling1726
approved these changes
May 24, 2023
Collaborator
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:
|
Collaborator
📊 Bundle size reportUnchanged fixtures
|
Collaborator
🕵 fluentuiv9 No visual regressions between this PR and main |
bsunderhus
reviewed
May 24, 2023
layershifter
force-pushed
the
fix/use-controllable-state
branch
from
May 24, 2023 11:38
3f2ca14 to
2a20fea
Compare
layershifter
force-pushed
the
fix/use-controllable-state
branch
from
May 24, 2023 11:40
2a20fea to
e401a37
Compare
bsunderhus
approved these changes
May 24, 2023
Collaborator
|
🎉 Handy links: |
Collaborator
|
🎉 Handy links: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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