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:
#16
?