Closed ThijsTyZ closed 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.
getEmojiUrl
EmojiPicker
Reactions
Please check this PR which solves this issue: https://github.com/ealush/emoji-picker-react/pull/433
Published as emoji-picker-react@4.12.0
Thank you for fixing this!
If you specify a
getEmojiUrl
for theEmojiPicker
, it will still use the CDN url for the emojis in the Reactions component. ThegetEmojiUrl
is not passed to theReactions
component.Please check this PR which solves this issue: https://github.com/ealush/emoji-picker-react/pull/433