Teams channel picker is not working as expected. it is empty tried both
<mgt-teams-channel-picker/>, <TeamsChannelPicker/>
channel picker image after rendering
scopes: ["Team.ReadBasic.All","Channel.ReadBasic.All","User.Read", "Calendars.Read","Mail.ReadBasic", "Mail.Read" ,"People.Read", "User.Read.All", "Group.Read.All", "User.ReadBasic.All",'profile'],
where as i am getting the all the teams with Get component "me/joinedTeams" me/joinedTeams response in devtools
versions of the mgt components
"@microsoft/mgt-components": "^2.3.0",
"@microsoft/mgt-react": "^2.3.0",
i have also mentioned the below lines, even this didn't help
import {MgtTeamsChannelPicker} from "@microsoft/mgt-components"; MgtTeamsChannelPicker.config.useTeamsBasedScopes = true;
could not find any error in the console with respect to channel picker in devtools. where the other components like agenda and get are working fine from "@microsoft/mgt-components": "^2.3.0", "@microsoft/mgt-react": "^2.3.0", this versions