ember-element-helper icon indicating copy to clipboard operation
ember-element-helper copied to clipboard

Dynamic element helper for Glimmer templates.

Results 21 ember-element-helper issues
Sort by recently updated
recently updated
newest added

Previous setup was running Embroider for all ember-try scenarios ([proof](https://github.com/tildeio/ember-element-helper/actions/runs/8319275026/job/22762349141#step:3:101)), and for the specific Embroider scenarios it was using a very outdated version of Embroider of v1.8.3 ([proof](https://github.com/tildeio/ember-element-helper/actions/runs/8319275026/job/22762349837#step:3:200)).

Helloo, With only updating the dependencies, `ember-element-helper` is not working properly anymore. When calling it this way: ```hbs {{#let (element (or-else @as "div")) as |Element|}} {{yield}} {{/let}} ``` We have...

```json "@ember/test-helpers": "3.2.0", "@embroider/addon-shim": "1.8.6", "@embroider/compat": "2.0.2", "@embroider/core": "2.0.2", "@embroider/macros": "1.13.2", "@embroider/router": "2.1.4", "@embroider/util": "1.12.0", "@embroider/webpack": "2.1.1", ..... "ember-cli": "5.3.0", "ember-cli-app-version": "^6.0.1", "ember-cli-babel": "^7.26.11", ``` ``` ERROR in ./node_modules/.pnpm/[email protected]_@[email protected]_@[email protected]_@glint+te_cnni3bizkjkkf4pqlx3iihtj5m/node_modules/ember-animated/dist/components/animated-container.js Module...

My case: This example does not work for me, it returns an exception ```handlebars {{#let (element 'span') as |Tag|}} hello world! {{/let}} ``` ``` 'The `element` helper polyfill encountered an...

When I use the following code directly in `application.hbs` it works: ```hbs //application.hbs {{#let (element 'h1') as |Tag|}} Test {{/let}} ``` Scenario with error: This component comes from an addon...

As of 0.5.5 (haven't tested against earlier 0.5.x releases), this is once again throwing during build: > [broccoli-persistent-filter:Babel > [Babel: @embroider/macros]: Babel: @embroider/macros] was configured to `throwUnlessParallelizable` and was unable...

My app uses embroider and I was trying to fix the Ember 3.28 deprecations by upgrading ember-animated to the latest version. In my app we use it in the main...

Bumps [webpack](https://github.com/webpack/webpack) from 5.73.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @​Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @​lvivski...

dependencies

Bumps [minimist](https://github.com/minimistjs/minimist) from 0.2.1 to 0.2.4. Changelog Sourced from minimist's changelog. v0.2.4 - 2023-02-24 Commits [Tests] check side-effects of pollution protection 3dbebff [Robustness] rework isConstructorOrProto 34e20b8 [Dev Deps] update tape...

dependencies