Ember.js: Ember 2.10.0 didUpdateAttrs firing incorrectly

Created on 29 Nov 2016  ·  3Comments  ·  Source: emberjs/ember.js

Here is a Twiddle:
https://ember-twiddle.com/fd53b517896332db9f362195aefe588f?openFiles=components.my-component.js%2Ctemplates.components.my-component-option.hbs

  • Run the twiddle with 2.9.0
  • Click on some options and notice nothing is logged to the console.
  • Switch to 2.10.0 and notice that didUpdateAttrs is being called unnecessarily.

This manifests itself as a failing test in my ember-select-box repo.

Bug Ember 2.10 Has Reproduction

Most helpful comment

Thanks for reporting! I'm looking into fixing this one

All 3 comments

Thanks for reporting! I'm looking into fixing this one

Thank you!

@amk221 this was fixed in 2.10.1 😄

Was this page helpful?
0 / 5 - 0 ratings