ember/template-deprecated-render-helper
April 20, 2026 ยท View on GitHub
๐ผ This rule is enabled in the ๐ template-lint-migration config.
๐ง This rule is automatically fixable by the --fix CLI option.
HBS Only: This rule applies to classic
.hbstemplate files only (loose mode). It is not relevant forgjs/gtsfiles (strict mode), where these patterns cannot occur.
Disallows the {{render}} helper which is deprecated.
Examples
Incorrect:
{{render 'user'}}
Correct:
<User />