SPFX ACE - running on Viva Connection Dashboard on Teams app (WebView or Teams APP MAC) the sdk property object of context (AdaptiveCardExtensionContext) is undefined #10291
Labels
area:spfx-msteams
Category: SharePoint Framework & Microsoft Teams support
sharepoint-developer-support
sharepoint-developer-support
type:bug-suspected
Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
macOS
What browser(s) / client(s) have you tested
Additional environment details
Describe the bug / error
SPFX ACE - running on Viva Connection Dashboard on Teams (WebView or Teams APP MAC), the sdks property object of context (AdaptiveCardExtensionContext) is undefined.
I'm trying to get the current theme applied to the Teams to use on my Controls. Please take a look at my code.
the ...context.sdks is undefined.
here the printScreen of context on the console log.
On team's mobile app works fine.



Steps to reproduce
You need to have an ACE that uses HTML QuickView or React Control that uses FluentUI 9 Theme and try to get the theme from the ACE Context to use on the controls.
Expected behavior
The sdks object on the context filled
The text was updated successfully, but these errors were encountered: