@jelbourn got bit by this on today's stream 馃槃 In comparison, this compiles fine @for(item of [0, 1,2,3,4,5]; track '') { } while this doesn't compile @for(item of [0, 1,2,3,4,5]; track `${item}`) { }
@jelbourn got bit by this on today's stream 馃槃
In comparison, this compiles fine
while this doesn't compile