If code, in some other part of the app, loads the fully hydrated version of the linked entity, the one referenced in the myModel object should also show the updated data.
However, this is currently not the case.
Currently there are times that the store will show the fully hydrated model, but for the "myModel" to still only show model representation of the linked entity.
Say you have a linked entity:
myModel.get('myLinkedEntity');
If code, in some other part of the app, loads the fully hydrated version of the linked entity, the one referenced in the myModel object should also show the updated data.
However, this is currently not the case.
Currently there are times that the store will show the fully hydrated model, but for the "myModel" to still only show model representation of the linked entity.