-
I have the following example component in my addon:
**my-addon/addon/components/example/index.ts**
```
import templateOnly from '@ember/component/template-only';
export default templateOnly();
…
-
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|}}
…
-
While addon converting to a V2 and adding glint i have seen, that the rollup script brings this warning `Generated an empty chunk`.
I have looked in other addons which are already converted and i h…
-
This is the code it generates:
```
this["Ember"] = this["Ember"] || {};
this["Ember"]["TEMPLATES"] = this["Ember"]["TEMPLATES"] || {};
this["Ember"]["TEMPLATES"]["assets/js/views/application.hbs"] =…
-
What am I missing here?
```
➜ geo_trak git:(master) ✗ grep ember Gemfile*
Gemfile:gem "ember-rails", "~> 0.16.4"
Gemfile:gem "ember-source", "~> 1.10.0"
Gemfile.lock: emb…
-
It will be very handy to have rule links in diagnostic messages, and I think gh pages is a nice fit for it, issue created to start discussion.
For example, current "link" may looks like:
`http…
-
Is it planned to adapt the addon to the new component structure and change the component type to `ts`?
When using this addon in `gts` files, ember cannot correctly process the template, so the conten…
-
## Description
The auto fix of `attribute-order` removes empty string values for attributes and arguments.
## Example
Before:
```hbs
```
After:
```hbs
```
Expected:
```hb…
-
I've upgraded an Ember 2 app to 3.26, and template compilation broke. Tracked it down to `ember-hammertime` - uninstall it and the problem goes away (in unrelated templates)
https://github.com/html…
-
The `(action)` template helper and `{{action}}` modifier has been deprecated. See [RFC 1006](https://rfcs.emberjs.com/id/1006-deprecate-action-template-helper/) for details.
We are still relying on…