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
I have the problem that when I use ember-cli-create with the Octane Blueprint and try to use a template helper, I always get Compile Error: test is not a helper.
Steps to reproduce:
npx ember-cli-create
Choose "Octane"
Name the project "helper-test"
cd helper-test && npm i && ember g helper test && ember serve
Add {{test 'hi'}} to src/ui/routes/application/template.hbs
Any idea how to get this working? :)
The text was updated successfully, but these errors were encountered:
Hi!
I have the problem that when I use ember-cli-create with the Octane Blueprint and try to use a template helper, I always get
Compile Error: test is not a helper
.Steps to reproduce:
npx ember-cli-create
cd helper-test && npm i && ember g helper test && ember serve
{{test 'hi'}}
tosrc/ui/routes/application/template.hbs
Any idea how to get this working? :)
The text was updated successfully, but these errors were encountered: