Fehler bei der Verwendung von {{didInsert}} in einer Connector-Komponente: „Class constructor DidInsertModifier kann nicht ohne 'new' aufgerufen werden“

It looks like there’s some code missing from your example? I’d expect to see a <template> / </template>, and for the modifier to be attached to an element like

<template>
  <div {{didInsert this.modifyElement}}>
    ...
  </div>
</template>
1 „Gefällt mir“