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
Usage of parentComponent=this has been flagged for deprecation in favor of using manual setters. Here is the deprecation message, as it pertains to the implementation from ember-paper-stepper.
DEPRECATION: The <app-name@component:paper-step::ember733>#parentComponent 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.
As such, fixing it here would require bumping versions in whichever dependency is used by that package (it does not seem to directly depend on ember-composability-tools).
The text was updated successfully, but these errors were encountered:
Usage of parentComponent=this has been flagged for deprecation in favor of using manual setters. Here is the deprecation message, as it pertains to the implementation from
ember-paper-stepper
.DEPRECATION: The <app-name@component:paper-step::ember733>#parentComponent 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.
As such, fixing it here would require bumping versions in whichever dependency is used by that package (it does not seem to directly depend on ember-composability-tools).
The text was updated successfully, but these errors were encountered: