You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems you missed to insert
@rendermode InteractiveServer
into the TabConfig.razor template
And this has another error:
Make sure that
$"{NavigationManager.BaseUri}/tab"
doesn`t end up with a "...//tab" in the url as it fails to display in the tab
Hey @mmsharepoint, sorry for late reply, could you please upgrade to VS 17.11 and give it a try? We've updated the templates in the new version of the Teams Toolkit, mainly migrating configurable tabs to static tabs. You can read more about it in this doc.
I tried it with VS 17.11.2 and was able to successfully add the tab to a team. If you run into any issues with the new version, please let us know. Thanks!
Describe the bug
protected override async Task OnAfterRenderAsync does not fire in configurable tabs.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
protected override async Task OnAfterRenderAsync should fire in configurable tabs as well
VS Extension Information (please complete the following information):
The text was updated successfully, but these errors were encountered: