This message was deleted.
# typescript
s
This message was deleted.
m
I’ve used
// @ts-ignore
for cases like this.
l
Does that work? I would expect the usual exception about calling
.toString()
on an Output..
b
if I just force a typecast the template appears to work fine, which i didn't expect. I would expect some kind of issues at some point?
💯 1