You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{!-- works in standalone hbs --}}
<divclass="it {{works}}" />
{{!-- does not work in gjs, calls Function.prototype.toString instead --}}
function works() {
return "works";
}
<template>
<div class="it {{works}}" />
</template>
Strict mode RFC only intended the change for arguments, not attributes: https://github.com/emberjs/rfcs/blob/508ac9b95bf2a4b397bf72b8e51d981c14c42535/text/0496-handlebars-strict-mode.md#3-no-implicit-invocation-of-argument-less-helpers
The text was updated successfully, but these errors were encountered: