Sean Monahan
Sean Monahan
> Looks good in general, except there are several very large files under src/fixtures. Is it necessary to add them to the repo? Can they just be randomly generated as...
Hello! I've recently merged #24460 which introduces a new version of `GroupedList` called `GroupedListV2`. V2 is an API-compatible reimplementation of `GroupedList` (`GroupedList` being the control that provides nesting for `DetailsList`)....
# Pick a tool for creating static applications I want an off-the-shelf solution for quickly creating a new app because, at least to start, I want to avoid all the...
# Criteria for a "representative application" 1. Components used to build the application should be available in both Fluent UI v8 and v9. 2. Use each version of the library...
## Manual Testing Process ### chrome://tracing 1. [Open the app](https://github.com/spmonahan/fluentui/tree/stress-test/fluent-v8/apps/stress-test) in Chrome 103 or later. 2. Open another tab and navigate to chrome://tracing 3. In the dialog select "Manually Select...
> Not sure if it helps, but I've managed to deal with it by setting the corresponding prop ... I believe this is the correct solution.  I'll update the...
I think @ling1726 has some insight into the work required for this change. If this is a lot of work perhaps a good simple(r?) first step is to include a...
Verified the issue repros with a `Dropdown` that contains `Option`s. https://stackblitz.com/edit/stackblitz-starters-7rzxtt?file=src%2FApp.tsx Issue does not repro when `Button` is used in place of `Dropdown` in the example. Assigning to @microsoft/teams-prg since...