Open Shishouille opened 1 year ago
Same issue here:
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!
This works for me treating others addon's dependencies
"pnpm": {
"overrides": {
"ember-element-helper": "0.8.6"
}
}
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: https://github.com/cibernox/ember-basic-dropdown/issues/713 ; if we use
-element
it works. What am I missing here? Is there a config I need to add? For info, I usepnpm
and usedpnpm dedupe
- doesn't change anything.