* Fix key error

* Remove redundant logging
* Catch error
This commit is contained in:
Richard Lewis 2018-01-15 14:22:41 +00:00
parent 0fab905a2e
commit 5e6da4d758
2 changed files with 7 additions and 3 deletions

View file

@ -354,6 +354,7 @@ export default class MessageComposer extends React.Component {
isOpen={this.state.showStickers}
position={'top'}
padding={1}
key='stickersPopover'
content={({ position, targetRect, popoverRect }) => (
<ArrowContainer
position={position}