My app uses embroider and I was trying to fix the Ember 3.28 deprecations by upgrading ember-animated to the latest version.
In my app we use it in the main route:
// application.hbs
// navbar.hbs
<AnimatedContainer>
{{! our code }}
</AnimatedContainer>
