Closed mdynnl closed 2 years ago
sorry for weird description the code example should be self-explanatory
let count = $signal(0) const double = $memo(count * 2) // works const hex = $memo(double.toString(16)) // does works $: var str = hex.toString() // gets compiled to // const str = createMemo (hex().toString)
CTF, labels, comments all the same
Good catch, I'll check if I had some optimization step that might be including this unintentionally
This should be fixed in 0.11.1
0.11.1
sorry for weird description the code example should be self-explanatory
CTF, labels, comments all the same