machty / ember-concurrency

ember-concurrency is an Ember Addon that enables you to write concise, worry-free, cancelable, restartable, asynchronous tasks.
http://ember-concurrency.com
MIT License
689 stars 157 forks source link

Fix observers in 2.3.0+ #487

Closed machty closed 2 years ago

machty commented 2 years ago

Closes #481

It seems #457 removed a call to _setupEmberKVO, which was causing observers (and probably some other cases) to stop working.

esbanarango commented 2 years ago

Thank you @machty and @maxfierke 🙏