ealush / emoji-picker-react

The most popular React Emoji Picker
https://ealush.com/emoji-picker-react/
MIT License
1.06k stars 172 forks source link

A .png file of an emoji is missing #326

Closed Omm-Pani closed 1 year ago

Omm-Pani commented 1 year ago

On calling the component................... an error in the console appears. Screenshot (29)

On following the link we get: Screenshot (30)

madhavdutta commented 1 year ago

Did anyone find the solution for this?

ealush commented 1 year ago

Nothing much to do about this, and this won't change the behavior of the picker itself. This is a missing emoji that exists in the data-source but not in the CDN. I might exclude it, but it doesn't lead to any issue in the picker, as the picker itself has built-in recovery for missing images.

adidahl commented 1 year ago

Can you please exclude it as I can see that we all have the same issue? There are reports here as well on Stackoverflow with the same error. If you need help, I will gladly make a PR. Tnx

ealush commented 1 year ago

This is being handled in #336 that's currently in review, thanks @AdnanRibic

YauhenMurachou commented 1 year ago

Hello. Is this feature (unicodeToHide) implemented? I use emoji-picker-react v 4.4.11, and I see this property in source code. But in my react application I have this type error: image

image

image

ealush commented 1 year ago

@YauhenMurachou unicodeToHide is internal and not exposed. A more extensive API for hiding/modifying emojis is being worked on.