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
super.didReceiveAttrs
Updating ember-basic-dropdown to octane I found that it fails in 3.4 (works in newer versions) because super.didReceiveAttrs doesn't exist.
The best reproduction I can submit right now is the PR itself: cibernox/ember-basic-dropdown#446
Just clone, install dependencies, run ember serve and go to http://localhost:4200 and the error will be logged in the console.
ember serve
The text was updated successfully, but these errors were encountered:
This was fixed in #17169 which is included in 3.6+, but needs to be backported to lts-3-4 branch to fix 3.4.
Sorry, something went wrong.
Closing as no longer relevant. Please move to v3.8 as its the nearest LTS!
No branches or pull requests
Updating ember-basic-dropdown to octane I found that it fails in 3.4 (works in newer versions) because
super.didReceiveAttrs
doesn't exist.The best reproduction I can submit right now is the PR itself: cibernox/ember-basic-dropdown#446
Just clone, install dependencies, run
ember serve
and go to http://localhost:4200 and the error will be logged in the console.The text was updated successfully, but these errors were encountered: