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
when installing Semantic-UI-Ember to a new ember project and generating these stuff with the ember generate semantic-ui-ember command, I get this error in my browser console when using actions in components: Compile Error: execute is not a helper
I've tried copying & pasting code examples from the docs: Same error.
After googling a bit, I found an issue wich is from 2016 where the last reply says, that we should use onclick="{{action (action execute 'open' 1)}}"
instead of onclick="{{action (execute 'open' 1)}}"
But doesn't that mean, that the docs are incorrect?
The first thing works, the second creates the error.
Thanks!
The text was updated successfully, but these errors were encountered:
Hey,
when installing Semantic-UI-Ember to a new ember project and generating these stuff with the
ember generate semantic-ui-ember
command, I get this error in my browser console when using actions in components:Compile Error: execute is not a helper
I've tried copying & pasting code examples from the docs: Same error.
After googling a bit, I found an issue wich is from 2016 where the last reply says, that we should use
onclick="{{action (action execute 'open' 1)}}"
instead of
onclick="{{action (execute 'open' 1)}}"
But doesn't that mean, that the docs are incorrect?
The first thing works, the second creates the error.
Thanks!
The text was updated successfully, but these errors were encountered: