Tom Ashworth
Tom Ashworth
Hi, this still hasn't been resolved. Is anyone actively working on this?
I'm not even sure which version it's based on, maybe v2.x.x. If I get the time, I'll try to contribute back some updated types although the docs site isn't terribly...
That's amazing! Thank you @manuth, I'll take a look now.
This seems to work already (at least using react) and therefore closing.
This appears to be a duplicate of #28. But thanks for including a solution!
Hi @stuartridout, This is the primary change we've made:  It does impact performance with a new team of 150+ but the "Peers" model isn't ideal for us. I've suggested...
@MathieuWuyts I've already achieved this in my previous comment. I updated both the OnVisible and OnSelect.
@MathieuWuyts you'll need to change the domain name (`@xxx.xxx`) to match your organisation. We found there were additional users which we wanted to filter out.
@MathieuWuyts I'm also noticing a lot of `;` in for code that should be `,`.
This is what we have exactly. Edit Presence and View Any Team.OnVisible = ``` Set( hasLoaded, false ); Switch( teamViewType, "Directs", ClearCollect( thisTeamList, Office365Users.DirectReportsV2(teamViewParentEmail).value.mail ), "Peers", Clear(thisTeamList); //Patch( // thisTeamList,...