"Component was authored using gjs" - but it is not

If you use gjs for your FeedbackStream, then I think it should work. So it would be something like

export default class FeedbackStream extends UserStream {
  <template>
    Your custom template here 
  </template>
}

I think mixing hbs/gjs in the same component inheritance chain is unlikely to work too well.

3 Likes