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
So here it looks like we encode it to UTF-16 and then drop the first code unit (d83d). So in the end result instead of having "\u1f44bContact Support" we get "\udc4bContact Support".
Could you dump rule's rewrites with GHC's -ddump-rule-rewrites to see if a fusion rule in Data.JSString.Internal.Fusion fire?
Porting from obsidiansystems/obelisk#1055.
Happens with
Works:
text "👋 Contact Support"
and
text "👋"
Causes JSaddle Error:
text "👋" >> text "Contact Support"
JSaddle Error:
The text was updated successfully, but these errors were encountered: