Template isn't re rendering on transition

I have an array controller that renders another entity controller through it’s outlet.

I’m reusing that entity controller’s template for some other entities as well since they share the same structure.

The main purpose of these entities are is to call a component that renders most of its content.

I noticed that once the entity template is rendered, it is never re rendered on transition so the component that I used to render the first entity remains on screen even though the model of the controller has changed.

I think I need to re render the template on transition?