Gavin Barron

Results 176 comments of Gavin Barron

Adding an additional point on `mgt-spfx` this solution requires that all customizations built using mgt use `mgt-spfx`. Otherwise, there are still going to be multiple attempts to register the custom...

@Mnickii it looks like this PR contains a lot of changes from main. Can we have a separate PR from main => next/fluentui that brings over these changes which should...

Sure, using the directory configuration would hide the problem of having dependency issues in our samples. But IMO they should be kept up to date to, just not with as...

@chandraprakash-condeco if you can either share a minimal reproduction as Seb suggested, or let us know what versions of mgt and fluentUI you're using (Web Components / React + Semver)...

Thank you @chandraprakash-condeco that sample reproduction was most useful. Here's what I can make of the situation. You have a dependency on `@fluentui/web-components^2.5.3` and a dependency on `@microsoft/mgt-react^2.5.2`. `@microsoft/mgt-react` has...

@chandraprakash-condeco I did think of a work-around that might help. The underlying issue is that the v0.22.1 version of fluent-checkbox is registering first. If you can delay the loading of...

I've been trying to wrap my head around this one, the challenge I'm having is that I can't get GE or mgt.dev to provide responses that align with the `Prefer:...

@sebastienlevert I ran into this yesterday while looking at upgrading the Angular sample app, The an example of the specific compiler issue I saw is: ``` Error: node_modules/@microsoft/fast-foundation/dist/fast-foundation.d.ts:4104:26 - error...

`@microsoft/fast-foundation` is a transitive dependency from `@fluentui/web-components` `@microsoft/[email protected]` moved to `[email protected]` `@fluentui/[email protected]` is the lowest version which will bump the transitive dependency high enough to resolve this issue. Likely this...