Closed patricklx closed 1 year ago
export default class McComponent extends Component<Signature> { x=6 // <- missing semi <template> .... </template>
this is an issue with ember-template-imports, I believe
oh nice! https://github.com/ember-template-imports/ember-template-imports/pull/175
Should be resolved in v4. Thanks fol reporting!