💼 This rule is enabled in the following configs: strict-gjs, strict-gts.
Disallows the {{render}} helper which is deprecated.
Incorrect:
<template>{{render "user"}}</template>Correct:
<template><User /></template>💼 This rule is enabled in the following configs: strict-gjs, strict-gts.
Disallows the {{render}} helper which is deprecated.
Incorrect:
<template>{{render "user"}}</template>Correct:
<template><User /></template>