e.g. in the example given in the code comments, the `this.count` is not updated in the template... https://github.com/emberjs/ember-render-modifiers/blob/master/addon/modifiers/did-insert.js#L29 in the callstack i see that `installModifier` is called with a `untrack` context probably because of this: https://github.com/emberjs/ember-render-modifiers/pull/16 ?