Skip to content

Commit a18955b

Browse files
LivePersona is not working in spfx project #1241
1 parent 49998e6 commit a18955b

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.JSON

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"versions": [
3+
{
4+
"version": "3.8.1",
5+
"changes": {
6+
"new": [],
7+
"enhancements": [],
8+
"fixes": [
9+
"`LivePersona`: Fix LivePersona not showing card on hover [#1241](https://github.com/pnp/sp-dev-fx-controls-react/issues/1241)"
10+
]
11+
},
12+
"contributors": [
13+
"[Alexander Kleshcheov](https://github.com/SharePickle)"
14+
]
15+
},
316
{
417
"version": "3.8.0",
518
"changes": {

src/controls/LivePersona/LivePersona.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ if (isComponentLoaded) {
3838
PersonaType: 'User'
3939
},
4040
upn: upn,
41+
legacyUpn: upn,
4142
serviceScope: serviceScope,
4243
}, createElement("div",{},template));
4344
}

0 commit comments

Comments
 (0)