You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the heads up about this! I've opened a PR to document this as something that's been removed in ember-concurrency v2, as restoring the behavior would rely on using Ember.get or implementing our own support for chained property access here. I think the recommendation would be to refactor this so that it can read a property directly on the component, e.g.:
🐞 Describe the Bug
When using the
@lastValue
decorator and passing the path of a task. There is an error:Note: This was working before with
ember-concurrency-decorators
.🔬 Minimal Reproduction
🌍 Environment
The text was updated successfully, but these errors were encountered: