You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
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?
The text was updated successfully, but these errors were encountered: