empress / empress/field-guide

Issues rendering addon-scoped components with Wall St Syntax

Open
#21 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
19
Forks
7
PR merge metrics
No merged PRs in 30d

Description

field-guide doesn't play nicely with addon namespacing via https://github.com/rwjblue/ember-holy-futuristic-template-namespacing-batman

So if you're working in an addon (the primary use-case for field-guide), and you're not re-exporting your components in the app/ folder (which is a pretty good practice to avoid, since you could clobber components in the consuming app), you can only render components in field-guide using the component helper. That is, this will work:
```
{{component 'my-addon@my-component'}}
```
but this will not:
```

```

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.