Sébastien Levert

Results 242 comments of Sébastien Levert

This seems to be linked to this issue #844 We will be looking into it in our next sprint as this becomes high priority. Thanks for reporting!

Helping with this one for you @SLdragon. The best place to start would be here : https://github.com/microsoftgraph/microsoft-graph-toolkit/blob/main/packages/providers/mgt-teams-msal2-provider/src/TeamsMsal2Provider.ts#L94 If defined, it could be merged with the MSAL Config here : https://github.com/microsoftgraph/microsoft-graph-toolkit/blob/main/packages/providers/mgt-teams-msal2-provider/src/TeamsMsal2Provider.ts#L305...

I just replied to your question, can you validate this is an array and not an enumerable or collection? If you use `Array.from()`, does it work?

Just to confirm. Your array of `graphIds` is an array of `['GUID', 'GUID', ...]`?

With this repro, I can't get your issues... Is there anything that impacts it? https://stackblitz.com/edit/mgt-1644?file=App.tsx

Now I understand your point. And this feels like a nasty React + MGT bug. @musale / @gavinbarron / @Mnickii anybody can confirm the bug and how this doesn't work...

Interestingly enough, this works using our Web Component, but it has a hard time with React, probably because of the way it seems to only support initialization. @gavinbarron what if...

Thanks for doing the investigation @DanielAvilaG! It seems you found a great solution! We welcome contribution and would love to feature your work in the Toolkit! Would you mind sending...

Use the following tag : `` with this css prop ``` body { background-color: #000000; } ```