We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the invocation of the helper fails here https://github.com/emberjs/ember.js/blob/master/packages/%40ember/-internals/glimmer/lib/helper.ts#L194
before its also checked if .class actually exists or not. I guess it should also happen in getDebugName https://github.com/emberjs/ember.js/blob/master/packages/%40ember/-internals/glimmer/lib/helper.ts#L164
The text was updated successfully, but these errors were encountered:
Can you provide a reproduction or some steps for producing this error? As is, I'm not sure how to diagnose/fix this issue.
Sorry, something went wrong.
okay, right, i just noticed this happens when using helpers coming from local variables. https://ember-twiddle.com/e03f28ed71a45e0e9daf7da76ff295fd?numColumns=2&openFiles=templates.application%5C.hbs%2Chelpers.my-helper%5C.js I was unable to get it to build in ember-twiddle... https://gitpod.io#snapshot/a23f617d-5ef3-4057-aa4a-24692b15fc5f
and it works when i add in my-helper.js
MyHelper.class = MyHelper
Is this still an issue? looks like a bugfix PR was merged
No branches or pull requests
🐞 Describe the Bug
the invocation of the helper fails here https://github.com/emberjs/ember.js/blob/master/packages/%40ember/-internals/glimmer/lib/helper.ts#L194
before its also checked if .class actually exists or not. I guess it should also happen in getDebugName
https://github.com/emberjs/ember.js/blob/master/packages/%40ember/-internals/glimmer/lib/helper.ts#L164
The text was updated successfully, but these errors were encountered: