Description
openedon Aug 26, 2023
There's an issue with prevGraphemeClusterBreak
package, if I compare the results with nextGraphemeClusterBreak
for a single skin tone emoji it doesn't return the same values,
prevGraphemeClusterBreak( '👉🏿' ) // returns 1
nextGraphemeClusterBreak( '👉🏿' ) // returns -1
Originally posted by @steff456 in #1079 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment