emberjs / emberjs/ember-render-modifiers

did-insert not triggering re-render for tracked changes

Open
#20 4 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.