-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
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
Ember 2.10.0 didUpdateAttrs firing incorrectly #14654
Labels
Comments
Thanks for reporting! I'm looking into fixing this one |
wycats
pushed a commit
that referenced
this issue
Dec 6, 2016
chancancode
added a commit
that referenced
this issue
Dec 6, 2016
Thank you! |
@amk221 this was fixed in 2.10.1 😄 |
amk221
pushed a commit
to zestia/ember-select-box
that referenced
this issue
Dec 15, 2016
mixonic
pushed a commit
to mixonic/ember.js
that referenced
this issue
Dec 17, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is a Twiddle:
https://ember-twiddle.com/fd53b517896332db9f362195aefe588f?openFiles=components.my-component.js%2Ctemplates.components.my-component-option.hbs
didUpdateAttrs
is being called unnecessarily.This manifests itself as a failing test in my ember-select-box repo.
The text was updated successfully, but these errors were encountered: