Skip to content

Commit

Permalink
Fixing persona hover from recent MSFT update
Browse files Browse the repository at this point in the history
Per PnP running into the same issue, pnp/sp-dev-fx-controls-react#1241, adding legacyUpn to createElement props
  • Loading branch information
ProtoMike committed Jul 5, 2022
1 parent c469623 commit 415288f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export default class SPFxPeopleCard extends React.PureComponent<IPeopleCardProps
},
serviceScope: this.props.serviceScope,
upn: this.props.email,
legacyUpn: this.props.email,
onCardOpen: () => {
if(this.props.onCardOpenCallback){
this.props.onCardOpenCallback();
Expand Down

0 comments on commit 415288f

Please sign in to comment.