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 #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?
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:
Tried upgrading, but causes errors such as
Type 'Element' is not assignable to type 'TWidgetContent'.This seems to be related to #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?