tommoor / emojione-picker

A react emoji picker for use with emojione
http://tommoor.github.io/emojione-picker
MIT License
261 stars 61 forks source link

Warnings in react 15.6 #77

Closed stevenmusumeche closed 6 years ago

stevenmusumeche commented 6 years ago

When upgrading to the latest version of emojione-picker with React 15.6, I have the following error in the console:

Warning: Failed prop type: The prop tabIndex is marked as required in Grid, but its value is null.

stevenmusumeche commented 6 years ago

@tommoor PR here: https://github.com/tommoor/emojione-picker/pull/78

ahutchings commented 6 years ago

This was fixed upstream in react-virtualized. Anyone running into this needs to update react-virtualized to 9.11.0 or later.