View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (33 forks)auto 404
buggood first issue

Repository metrics

Stars
 (127 stars)
PR merge metrics
 (PR metrics pending)

Description

https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/tab-ui-templates/ts

Expected: The sample up uses a recent version.

Actual: Dependencies from almost a year ago:

"@fluentui/react-northstar": "^0.51.3",
"@fluentui/react-teams": "0.1.0-alpha.10",
"@microsoft/teams-js": "^1.8.0",
"@uifabric/example-data": "^7.1.5",

Tried upgrading, but causes errors such as Type 'Element' is not assignable to type 'TWidgetContent'. This seems to be related to https://github.com/OfficeDev/microsoft-teams-ui-component-library/issues/101. In there it says it's not supported, yet the sample code attempts to do this.

Can the sample app be upgraded or is there another app that I could take a look at that isn't outdated?

Contributor guide