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

Prevent warning for unknown properties on DOM elements #29

Closed moust closed 8 years ago

moust commented 8 years ago

From React v15.2.0, React ROM throw warning for unknown properties on DOM elements. This fix rename extra properties by prepend "data-" on attribute name.

See https://facebook.github.io/react/warnings/unknown-prop.html

tommoor commented 8 years ago

Thanks for bringing this to my attention! I decided to simply filter out the properties altogether - this is now fixed in 36f9e074879889b9ecd37583f99add3f8cabb6fd