ember-basic-dropdown
ember-basic-dropdown copied to clipboard
issue with embroider
[email protected]
"@embroider/compat": "^0.36.0",
"@embroider/core": "^0.36.0",
"@embroider/macros": "^0.36.0",
"@embroider/router": "^0.36.0",
"@embroider/util": "^0.36.0",
"@embroider/webpack": "0.36.0"
Module Error (from /Users/aborovkov/Documents/work/web/node_modules/@embroider/hbs-loader/src/index.js): Unsafe dynamic component: cannot statically analyze this expression in node_modules/ember-basic-dropdown/templates/components/basic-dropdown-content.hbs

Just noticed this myself. Will affect cibernox/ember-power-select/pull/1419 also
Investigated this today and believe it may be fixed by tildeio/ember-element-helper/pull/34
That ember-element-helper PR has been released as 0.5.0.
Updated ember-basic-dropdown and ember-power-select to use ember-element-helper ^0.5.0.
Hopefully that fixes all embroider problems