Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 440 Bytes

File metadata and controls

23 lines (14 loc) · 440 Bytes

ember/template-deprecated-render-helper

Disallows the {{render}} helper which is deprecated.

Examples

Incorrect:

<template>{{render "user"}}</template>

Correct:

<template><User /></template>

References