RocketChat / EmbeddedChat

An easy to use full-stack component (ReactJS) embedding Rocket.Chat into your webapp
https://rocketchat.github.io/EmbeddedChat/docs
125 stars 251 forks source link

Emoji-Picker not working properly #294

Closed umangutkarsh closed 1 year ago

umangutkarsh commented 1 year ago

Description:

When an emoji is sent through the storybook, it is not sent as an emoji but some gibberish object. But when it is sent through the host on https://chat.avitechlab.com/ . It is properly sent.

Please correct me and LMN if this is not a bug.

Steps to reproduce:

  1. Open storybook and login to the channel with credentials
  2. Click on emojiPicker and send emoji through storybook
  3. Emoji sent as gibberish.

Expected behavior:

The emoji should be sent as an emoji. emo

Actual behavior:

emo2

The above is what actually happens.^

umangutkarsh commented 1 year ago

If this is an issue shall I start working on this?