Give PersistedElement a key

So there can be more than one on a page
This commit is contained in:
David Baker 2018-07-03 14:43:27 +01:00
parent f429ae5617
commit 3f88721bc1
2 changed files with 12 additions and 7 deletions

View file

@ -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}