@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}`) { }