-
-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Component is constantly re-rendering on hover and some requests are failing for fetching the emojis. I'm using the newest version of all of the libraries. Older ones didn't work either.
Example:
Request URL:
https://cdn.jsdelivr.net/emojione/assets/3.1/png/32/1f973.png
Request Method:
GET
Status Code:
403 Forbidden
Happens on Chrome and Firefox, but on Chrome it's much more visible due to broken image png.
Here's my component usage:
<div style={{ width: 310, height: 340 }}>
<EmojiPicker
emojiSize={24}
emojiLargeSize={40}
commonMode="frequently-used"
emojiPath={getEmojiPath}
displayOrder={['groups', 'search', 'emojis']}
maxCommonlyUsed={14}
columnCount={7}
rowCount={6}
disablePreview
classNames={{ picker: 'slack' }}
emojiPadding={8}
onSelectEmoji={(emoji) => {
setOpen(false);
pickEmoji(emoji);
}}
/>
</div>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels