We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 />
// navbar.hbs
<AnimatedContainer> {{! our code }} </AnimatedContainer>
Activity