obelisk icon indicating copy to clipboard operation
obelisk copied to clipboard

text function and emojis causes jsaddle errors in certain cases

Open augyg opened this issue 1 year ago • 1 comments

Works no problem: text "👋 Contact Support"

and

text "👋"

Causes JSaddle Error:

text "👋" >> text "Contact Support"

JSaddle Error: jsaddle Results decode failed : "{"tag":"BatchResults","contents":[215,{"tag":"Success","contents":[[],[{"tag":"ValueToStringResult","contents":"\udc4bContact Support"}]]}]}" CallStack (from HasCallStack): error, called at src/Language/Javascript/JSaddle/WebSockets.hs:103:50 in jsaddle-warp-0.9.8.2-DFAPM2CvatBGFm3L9xaA1B:Language.Javascript.JSaddle.WebSockets

augyg avatar Dec 23 '23 23:12 augyg