Open samccone opened 6 years ago
Some automatic codegen paths generate the following types... which cause template check to not be happy.
type Z { tap: string }|null|undefined <p>[[z.tap]]</p>
This seems to be fixed at master.
Some automatic codegen paths generate the following types... which cause template check to not be happy.