You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Referencing a conversation with @pzuraq on the Discord #help channel.
I have a component that is updating a particular ember data model within an array of models within an action. The template is not updating, even though this array is used within getters that are in turn used within the template.
Referencing a conversation with @pzuraq on the Discord #help channel.
I have a component that is updating a particular ember data model within an array of models within an action. The template is not updating, even though this array is used within getters that are in turn used within the template.
Component code is here:
If I output a length of
this.unallocated
before and after theset
in the action then I can see it is being updated, but no template re-render.The git repo is here (super simple for easy reproduction): https://github.com/JonForest/leadership-quiz
The text was updated successfully, but these errors were encountered: