Update for ember 4.12 #2
Open
Annotations
10 warnings
addon/components/bs-carousel.js#L3
Don't use computed properties with native classes. Use getters or @Tracked properties instead
|
addon/components/bs-carousel.js#L4
Don't use computed properties with native classes. Use getters or @Tracked properties instead
|
addon/components/bs-carousel.js#L6
Use Glimmer components(@glimmer/component) instead of classic components(@ember/component)
|
addon/components/bs-carousel.js#L7
Don't use a mixin
|
addon/components/bs-carousel.js#L12
Don't use computed properties with native classes. Use getters or @Tracked properties instead
|
addon/components/bs-carousel.js#L117
Don't use observers
|
addon/components/bs-carousel.js#L131
The this.set() method is a classic ember object method, and can't be used in octane classes. You can refactor this usage to use a utility version instead (e.g. get(this, 'foo')), or to use native/modern syntax instead. Alternatively, you can add the @classic decorator to this class to continue using classic APIs
|
addon/components/bs-carousel.js#L138
The this.set() method is a classic ember object method, and can't be used in octane classes. You can refactor this usage to use a utility version instead (e.g. get(this, 'foo')), or to use native/modern syntax instead. Alternatively, you can add the @classic decorator to this class to continue using classic APIs
|
addon/components/bs-carousel.js#L207
Don't use observers
|
addon/components/bs-carousel.js#L481
The this.set() method is a classic ember object method, and can't be used in octane classes. You can refactor this usage to use a utility version instead (e.g. get(this, 'foo')), or to use native/modern syntax instead. Alternatively, you can add the @classic decorator to this class to continue using classic APIs
|
The logs for this run have expired and are no longer available.
Loading