Give PersistedElement a key
So there can be more than one on a page
This commit is contained in:
parent
f429ae5617
commit
3f88721bc1
2 changed files with 12 additions and 7 deletions
|
@ -211,7 +211,7 @@ export default class Stickerpicker extends React.Component {
|
|||
width: this.popoverWidth,
|
||||
}}
|
||||
>
|
||||
<PersistedElement>
|
||||
<PersistedElement persistKey="stickerPicker">
|
||||
<AppTile
|
||||
collectWidgetMessaging={this._collectWidgetMessaging}
|
||||
id={stickerpickerWidget.id}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue