sp-dev-fx-controls-react: LivePersona is not working in spfx project
Thank you for reporting an issue, suggesting an enhancement, or asking a question. We appreciate your feedback - to help the team understand your needs please complete the below template to ensure we have the details to help. Thanks!
Please check out the documentation to see if your question is already addressed there. This will help us ensure our documentation is up to date.
Category
[ ] Enhancement
[ ] Bug
[ ] Question
Version
Please specify what version of the library you are using: [ 3.8.0" ]
Expected / Desired Behavior / Question
Expected behavior: When Hovered on the persona the card details should pop up.
Observed Behavior
When hovered nothing is happening. Earlier it was working as expected but suddenly it stopped working.
Steps to Reproduce
"@microsoft/sp-core-library": "1.13.1", "@microsoft/sp-lodash-subset": "1.13.1", "@microsoft/sp-office-ui-fabric-core": "1.13.1", "@microsoft/sp-property-pane": "1.13.1", "@microsoft/sp-webpart-base": "1.13.1", "@pnp/common": "^2.8.0", "@pnp/logging": "^2.8.0", "@pnp/sp": "^2.13.0", "@pnp/spfx-controls-react": "^3.8.0", "@pnp/spfx-property-controls": "^3.2.0", "bootstrap": "^5.1.1", "office-ui-fabric-react": "7.174.1",
Thanks!
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 4
- Comments: 29 (6 by maintainers)
Commits related to this issue
- LivePersona is not working in spfx project #1241 — committed to pnp/sp-dev-fx-controls-react by joelfmrodrigues 2 years ago
- Merge pull request #1246 from pnp/hotfix/1241-live-persona LivePersona is not working in spfx project #1241 — committed to pnp/sp-dev-fx-controls-react by AJIXuMuK 2 years ago
- Fixing persona hover from recent MSFT update Per PnP running into the same issue, https://github.com/pnp/sp-dev-fx-controls-react/issues/1241, adding legacyUpn to createElement props — committed to mikeschaefer/SPFxLivePersonaCard by ProtoMike 2 years ago
It looks like Microsoft renamed property
upn
tolegacyUpn
. Either fix it by changing component’s property or maybe MS should change it back toupn
?yes, looks like it
Hey all, just providing a quick update - 3.8.1 released as hotfix to resolve this issue @SharePickle I will revert your changes from dev and pull them from master - I have added your name to the changes in 3.8.1 so you will still appear as contributor
+1 same here, it seems that it has stopped working on a lot of tenants on the same time. That makes me assume that it not caused by a gradually rolled out update but rather a switch that Microsoft may have turned off
+1 I’m having the same issue. Hopefully there is a quick fix, because this is a blocking issue for my client 😦 .
Actually, I think there’s nothing the team can do to fix it. The control uses a Sharepoint component for it, and my guess is that it is that component that has suddenly stopped working. The LiveCard component this library provides is based on it
I confirm that the component is not working. We use a custom component based on the library’s LivePersona component. It suddenly stopped working like 2 days ago. No LiveCard is shown when hovering over user coins. No errors are shown in console.