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
See twiddle for a demo: https://ember-twiddle.com/733ca4c0d4212f1cb45d?openFiles=helpers.dupe.js%2Capplication.template.hbs
They should throw to align with helpers made with Ember.Helper.helper(function() { ... }).
Ember.Helper.helper(function() { ... })
The text was updated successfully, but these errors were encountered:
[BUGFIX beta] Fix block behaviour for Helper.extend helpers
Helper.extend
d770aa8
Change the condition in invoke helper assertions to throw on helpers extending `Ember.Helper`. Fixes emberjs#12804
No branches or pull requests
See twiddle for a demo: https://ember-twiddle.com/733ca4c0d4212f1cb45d?openFiles=helpers.dupe.js%2Capplication.template.hbs
They should throw to align with helpers made with
Ember.Helper.helper(function() { ... })
.The text was updated successfully, but these errors were encountered: