-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I see this deprecation since Ember 3.9.0:
DEPRECATION: The <(unknown):ember2859>#options computed property was just overriden. This removes the computed property and replaces it with a plain value, and has been deprecated. If you want this behavior, consider defining a setter which does it manually. [deprecation id: computed-property.override] See https://emberjs.com/deprecations/v3.x#toc_computed-property-override for more details.
I believe the code responsible for that is:
Where you override options computed property:
Solution:
I think you should set options value ({}) in the init hook. It seems like computed prop was used here to avoid state leaking.
Exelord and sinankeskin
Metadata
Metadata
Assignees
Labels
No labels