```js import { registerDestructor } from '@glimmer/destroyable'; // .. registerDestructor(componentThis, () => { // This doesn't call }); ```