Breaking Changes
- The Await component does not longer yields
task
property. The Ember Concurrency has been made an internal implementation detail. Instead, you can get access to the underlyingQuery
object if needed.
Changes
task
property. The Ember Concurrency has been made an internal implementation detail. Instead, you can get access to the underlying Query
object if needed.Changes