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
:staff_of_aesculapius: with the emoji-one set. The Emoji component returns null so is not displayed in the search results in the picker but there's no easy way to remove it from the result of the search function
Figured the best way for now would be to provide more data to emojisToShowFilter, just like it does in the Picker component. Preparing v2.2.0 release as we speak.
We're having some issues with search results containing emoji with no image.
So far, the only way I found to check if an emoji has an image is to use the
has_img*
properties on the data returned bygetData
.I would be happy to work on a PR but I'm not sure about the best way to fix this?
emojisToShowFilter
has_img*
properties throughemojiIndex.emojis
Any thoughts?
The text was updated successfully, but these errors were encountered: