-
Notifications
You must be signed in to change notification settings - Fork 2.9k
docs: fix description of SelectInitialValue story #26493
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
Conversation
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 971eb8653bcb54723876fd89778eb30bf40a40cf (build) |
📊 Bundle size reportUnchanged fixtures
|
|
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 f2bc2fb:
|
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 632 | 650 | 5000 | |
| Button | mount | 319 | 315 | 5000 | |
| Field | mount | 1120 | 1120 | 5000 | |
| FluentProvider | mount | 719 | 724 | 5000 | |
| FluentProviderWithTheme | mount | 76 | 77 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 61 | 62 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 75 | 70 | 10 | |
| MakeStyles | mount | 837 | 853 | 50000 | |
| Persona | mount | 1803 | 1657 | 5000 | |
| SpinButton | mount | 1380 | 1382 | 5000 |
🕵 fluentuiv9 No visual regressions between this PR and main |
|
@microsoft/cxe-coastal friendly ping. |
🕵 fluentuiv9 No visual regressions between this PR and main |
packages/react-components/react-select/stories/Select/SelectInitialValue.stories.tsx
Outdated
Show resolved
Hide resolved
…itialValue.stories.tsx Co-authored-by: Ben Howell <[email protected]>
* master: chore: migrate to nx 16.10 (microsoft#29617) fix(react-drawer): accessibility tweaks (microsoft#29627) Fixing few legend colors not visible in dark mode (microsoft#29652) applying package updates Fixing dark mode bug for xAxis for Vertical Stacked bar chart (microsoft#29427) chore: Refactor RadioGroup stories to use Field, and remove individual storybook page for Radio (microsoft#29268) docs: fix description of SelectInitialValue story (microsoft#26493) chore: fix specs location (microsoft#29642) feat(scripts-task): implement initial verify-packaging task (microsoft#29595) feat(tools): replace npmignore with package.json#files for robust control over what we ship to npm (microsoft#29616) fix(workspace-plugin): fix storybook and vr-test issues wihtin prepare-initial-release generator (microsoft#29577) feat(react-breadcrumb): removed non-interactive item (microsoft#29623) fix(react-motion): prevent from breaking the rule of hooks (microsoft#29628) fix(react-toast): invoke useCustomStyleHook_unstable() (microsoft#29632) feat: Deprecate Alert component (microsoft#29615) chore(react-infobutton, react-components): Deprecate InfoButton and InfoLabel from react-infobutton (microsoft#29605)
New Behavior
Description matches implementation.