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

cannot use emojione-picker after install from npm #82

Closed kelabang closed 6 years ago

kelabang commented 6 years ago

after install

npm i emojione-picker

and use

`render(){

}` got error, `React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: object`
tommoor commented 6 years ago

Looks like you forgot to return from the render method?