We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
The text was updated successfully, but these errors were encountered:
Hello! sorry I took so long to get to reviewing this issue -- is this still a problem? current version of ember-element-helper is 0.8.2
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: