mervick / yii2-emojionearea

Yii2 widget for EmojiOne Area
7 stars 4 forks source link

TypeError: unicode is undefined #3

Open ahmadazizi opened 7 years ago

ahmadazizi commented 7 years ago

With the default implementation of this widget i get this error:

TypeError: unicode is undefined emojionearea.js 70:17

nsanden commented 7 years ago

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",