emojione-picker icon indicating copy to clipboard operation
emojione-picker copied to clipboard

Use PureComponent instead of shallowCompare

Open omichelsen opened this issue 7 years ago • 1 comments

shallowCompare is now a deprecated plugin, and React recommends using the build-in PureComponent instead.

https://facebook.github.io/react/docs/shallow-compare.html

omichelsen avatar Feb 28 '17 02:02 omichelsen

The current plan is to support the last two versions of react - so I'll do this with the official release of React 16

tommoor avatar Apr 01 '17 17:04 tommoor