wdt-emoji-bundle icon indicating copy to clipboard operation
wdt-emoji-bundle copied to clipboard

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

Open colingreene28 opened this issue 6 years ago • 2 comments

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?

colingreene28 avatar Jun 14 '18 03:06 colingreene28

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

Pela647 avatar Nov 05 '18 18:11 Pela647

@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

colingreene28 avatar Nov 05 '18 22:11 colingreene28