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
{{ message }}
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
Note: There is a bug in the emojione strategy file which means tones won't appear for some of the emojis until they fix it joypixels/emojione#330. In the meantime I've added a check so that the entire component doesn't fail in this case.
Using webpack.
This
import
is not standard: https://github.com/tommoor/emojione-picker/blob/master/src/picker.jsx#L4and fails with webpack. If
emojione
is a dependency (and it is), it should be imported asemojione/emoji.json
withoutnode_modules
.I changed it locally and it it indeed loads the json, however there's another bug, hoping this image can show it:
Reverting to
< 1.0
.The text was updated successfully, but these errors were encountered: