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
Uncaught TypeError: Cannot read properties of undefined (reading '3')
at emoji.replacement (/Users/damien/Developer/Git/xxx/xxx/node_modules/emoji-js/lib/emoji.js:369:50)
at emoji.replacement (/Users/damien/Developer/Git/xxx/xxx/node_modules/emoji-js/lib/emoji.js:363:17)
at /Users/damien/Developer/Git/xxx/xxx/node_modules/emoji-js/lib/emoji.js:306:17
at String.replace (<anonymous>)
at emoji.replace_unified (/Users/damien/Developer/Git/xxx/xxx/node_modules/emoji-js/lib/emoji.js:284:14)
As far as I can tell, any gender-neutral variations using skin tone modifiers leads to the crash .
The conversion issue
This one is, I assume a mapping issue(?), but it seems like gender-neutral versions of some single-person emoji are converted into :woman-* instead of :person-*.
A few examples:
The crash
The following snippet (tested on 3.7.0) leads to a crash:
https://emojipedia.org/people-holding-hands/
As far as I can tell, any gender-neutral variations using skin tone modifiers leads to the crash .
The conversion issue
This one is, I assume a mapping issue(?), but it seems like gender-neutral versions of some single-person emoji are converted into
:woman-*
instead of:person-*
.A few examples:
The text was updated successfully, but these errors were encountered: