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
exportdefaulthelper(function(){// This helper (`element`, as opposed to `-element`) mostly exists to satisfy// things like `owner.hasRegistration('helper:element')`. The AST transform// replaces all usages of `(element ...)` into `(component (-element ...))`// so if this helper is invoked directly, something is wrong.assert('The `element` helper polyfill encountered an unexpected error. '+'Please report the issue at http://github.com/tildeio/ember-element-helper '+'with the usage and conditions that caused this error.');returnnull;});
As reference to this issue: cibernox/ember-basic-dropdown#713 ; if we use -element it works. What am I missing here? Is there a config I need to add?
For info, I use pnpm and used pnpm dedupe - doesn't change anything.
The text was updated successfully, but these errors were encountered:
The helper code shown above comes from v0.6.0 of the addon, seems you have an old version, maybe coming from another addon's dependencies! Try to deduplicate those!
Helloo,
With only updating the dependencies,
ember-element-helper
is not working properly anymore. When calling it this way:We have this Stack Trace:
Directing us to this assertion:
Here's the main dependencies versions:
As reference to this issue: cibernox/ember-basic-dropdown#713 ; if we use
-element
it works. What am I missing here? Is there a config I need to add?For info, I use
pnpm
and usedpnpm dedupe
- doesn't change anything.The text was updated successfully, but these errors were encountered: