emberjs / emberjs/ember-render-modifiers
did-insert not triggering re-render for tracked changes
Open
- Dominant language
- TypeScript
- Stars
- 86
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
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
?
Contributor guide
Assessment
This issue has not been assessed yet.