Add emoji prop change check to Emoji component
parent
7e2adc60a2
commit
4c6f8c54c1
|
@ -16,7 +16,8 @@ export default class Emoji extends React.Component {
|
|||
return (
|
||||
this.hasSkinVariations && nextProps.skin != this.props.skin ||
|
||||
nextProps.size != this.props.size ||
|
||||
nextProps.set != this.props.set
|
||||
nextProps.set != this.props.set ||
|
||||
nextProps.emoji != this.props.emoji
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue