emberjs / emberjs/ember-render-modifiers

Modifiers don't seem to work when applied to elements are ember components with `tagName=''`

Open
#15 6 comments 1 reaction 0 assignees View on GitHub
Dominant language
TypeScript
Stars
86
Forks
34
PR merge metrics
No merged PRs in 30d

Description

Using modifiers on an element that is itself a classic Ember component (`@ember/component`) doesn't seem to work.
This poses difficulties because the developer now has to 'know' :godmode: what the
other component is.

This works great:

```hbs



```

This not so much (doesn't error, doesn't execute).

```hbs

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.