Merge pull request #405 from yapplabs/glimmer-overlay #89
Annotations
10 warnings
Lint:
addon/components/basic-dialog.js#L2
Don't use computed properties with native classes. Use getters or @Tracked properties instead
|
Lint:
addon/components/basic-dialog.js#L4
Use Glimmer components(@glimmer/component) instead of classic components(@ember/component)
|
Lint:
addon/components/basic-dialog.js#L26
You cannot use the init() lifecycle hook in non-classic classes, it is a classic lifecycle hook. Convert to using the constructor instead, or add the @classic decorator to the class to mark it as classic
|
Lint:
addon/components/basic-dialog.js#L107
Do not use classic ember components lifecycle hooks. Prefer using "@ember/render-modifiers" or custom functional modifiers
|
Lint:
addon/components/basic-dialog.js#L154
Do not use classic ember components lifecycle hooks. Prefer using "@ember/render-modifiers" or custom functional modifiers
|
Lint:
addon/components/in-place-dialog.js#L2
Use Glimmer components(@glimmer/component) instead of classic components(@ember/component)
|
Lint:
addon/components/liquid-dialog.js#L10
You cannot use the init() lifecycle hook in non-classic classes, it is a classic lifecycle hook. Convert to using the constructor instead, or add the @classic decorator to the class to mark it as classic
|
Lint:
addon/components/modal-dialog.js#L2
Don't use computed properties with native classes. Use getters or @Tracked properties instead
|
Lint:
addon/components/modal-dialog.js#L4
Don't use computed properties with native classes. Use getters or @Tracked properties instead
|
Lint:
addon/components/modal-dialog.js#L5
Use Glimmer components(@glimmer/component) instead of classic components(@ember/component)
|
Loading