Open ahmadazizi opened 7 years ago
With the default implementation of this widget i get this error:
TypeError: unicode is undefined emojionearea.js 70:17
Had same problem. After a couple hours of debugging it seems that this plugin uses version 3 of emojione/emojione. Telling composer to use version 2 fixes it.
"emojione/emojione": "2.2.7",
With the default implementation of this widget i get this error: