ealush / emoji-picker-react

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

`getEmojiUrl` is not working for the `Reactions` component #434

Closed ThijsTyZ closed 2 months ago

ThijsTyZ commented 2 months ago

If you specify a getEmojiUrl for the EmojiPicker, it will still use the CDN url for the emojis in the Reactions component. The getEmojiUrl is not passed to the Reactions component.

Please check this PR which solves this issue: https://github.com/ealush/emoji-picker-react/pull/433

ealush commented 2 months ago

Published as emoji-picker-react@4.12.0

ealush commented 2 months ago

Thank you for fixing this!