-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
did-insert not triggering re-render for tracked changes #20
Comments
I believe |
Perhaps you want |
No, what i mean is that everything inside the did-insert callback is not in a tracking context. So, if a tracked property is updated in it, other parts tracking it will not know about the change |
Can you describe the actual issue you are running into? |
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 auntrack
contextprobably because of this:
#16
?
The text was updated successfully, but these errors were encountered: