feat: add ember-can for visibility rules #1309
Annotations
4 errors
addon/components/document-upload-button.hbs#L14
Ambiguous path 'can' is not allowed. Use '@can' if it is a named argument or 'this.can' if it is a property on 'this'. If it is a helper or component that has no arguments, you must either convert it to an angle bracket invocation or manually add it to the 'no-implicit-this' rule configuration, e.g. 'no-implicit-this': { allow: ['can'] }.
|
addon/components/document-upload-button.hbs#L26
Ambiguous path 'can' is not allowed. Use '@can' if it is a named argument or 'this.can' if it is a property on 'this'. If it is a helper or component that has no arguments, you must either convert it to an angle bracket invocation or manually add it to the 'no-implicit-this' rule configuration, e.g. 'no-implicit-this': { allow: ['can'] }.
|
addon/components/document-upload-button.hbs#L47
Ambiguous path 'can' is not allowed. Use '@can' if it is a named argument or 'this.can' if it is a property on 'this'. If it is a helper or component that has no arguments, you must either convert it to an angle bracket invocation or manually add it to the 'no-implicit-this' rule configuration, e.g. 'no-implicit-this': { allow: ['can'] }.
|
|
The logs for this run have expired and are no longer available.
Loading