🔧 This rule is automatically fixable by the --fix CLI option.
There is no this context in template-only components.
This rule forbids this in template-only components:
The --fix option will convert to named arguments:
- use ember-no-implicit-this-codemod
- upgrade to Glimmer components, which don't allow ambiguous access
- classic components have auto-reflection, and can use
this.myArgNameorthis.args.myArgNmeor@myArgNameinterchangeably
- classic components have auto-reflection, and can use