커넥터 컴포넌트에서 {{didInsert}} 사용 시 오류: “Class constructor DidInsertModifier cannot be invoked without 'new'”

예제에서 일부 코드가 누락된 것 같습니다. <template> / </template> 태그가 보일 것 같고, 수정자가 다음과 같은 요소에 연결되어 있을 것으로 예상합니다.

<template>
  <div {{didInsert this.modifyElement}}>
    ...
  </div>
</template>