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
Ember Version: 2.10.0 Ember CLI Version: 2.10.0-beta.2
Before I updated (from Ember 2.7.0), the {{let}} helper worked OK.
{{let}}
After upgrade to Ember 2.10.0, {{let}} helpers are throwing this error:
Uncaught TypeError: args.evaluate is not a function(…)
{{let test="test"}}
The text was updated successfully, but these errors were encountered:
I have the same issue. I'm on Ember canary.
Sorry, something went wrong.
@rwjblue / @mmun will have better insight than I will :) I'm going to have to guess it's something with the AST transform that we're doing?
Thanks for fixing! <3
No branches or pull requests
Version of ember-let: 0.5.3
Ember Version / Ember CLI Version:
Ember Version: 2.10.0
Ember CLI Version: 2.10.0-beta.2
Expected Behavior
Before I updated (from Ember 2.7.0), the
{{let}}
helper worked OK.Actual Behavior
After upgrade to Ember 2.10.0,
{{let}}
helpers are throwing this error:Steps To Reproduce:
{{let test="test"}}
throws said error in my app. I wanted to reproduce in Twiddle, but sadly it doesn't support 2.10.0.The text was updated successfully, but these errors were encountered: