needim / wdt-emoji-bundle

Slack like emoji picker with apple/ios, twitter/twemoji, google, emojione, facebook, messenger emoji support
http://ned.im/wdt-emoji-bundle
MIT License
419 stars 87 forks source link

Module not found: Error: Can't resolve 'emoji-js' #50

Open colingreene28 opened 6 years ago

colingreene28 commented 6 years ago

While trying to import 'wdt-emoji-bundle'; I've ran into the following error:

Module not found: Error: Can't resolve 'js-emoji'

I think this is similar to #12. Any idea what the issue might be?

Pela647 commented 5 years ago

@colingreene28 , were you able to solve the above issue, i am having a similar problem?

colingreene28 commented 5 years ago

@Pela647 I think the issue was related to the lib not being set up to be consumed via ES6 imports. In the end we decided to roll our own emoji picker. We pulled down the raw emoji data from here and then nicked the render logic form here