-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is a bug in the TeamPresenceWebPart.tsx #1
Comments
This is now fixed. |
When running in /_layouts/15/workbench.aspx on a site with 6 members and me the owner, The line 81 |
You need to approve API permissions for SharePoint Framework on SharePoint Admin Center. There should be Group.Read.All and Presence.Read.All Microsoft Graph permissions pending. |
Thanks. |
public componentDidMount(): void{
console.log("Group ID:"+this.groupID); //:39 Group ID:null
if(this.groupID.length > 0) //Cannot read property 'length' of null
{
this._loadMembersAndPresence(this.groupID);
}
}
The text was updated successfully, but these errors were encountered: