-
After the v0.5.31 release, I started getting an error when running tests. The **first** (alphabetically) integration component test will always fail to render. Event if it's a very simple test that j…
-
Replication: https://ember-twiddle.com/0196406cd88aac368ba8b82bd88393b4?openFiles=components.tagless-component.js%2Ctemplates.components.tagless-component.hbs
While true that `didInsertElement` and `…
-
![Glimmer 2](https://cl.ly/go6m/glimmer2.png)
Hello!
Welcome to Glimmer 2 alpha testing! Having worked on this for almost a year now, we are very excited to have you on board to help us smooth out t…
-
### Updated
The bug is that since elementId is now conditionally initialized based on tagName (was this way in 1.12 and below), if the tagName is inherited as '' and you set it again post `this._supe…
-
The call to `this.$()` doesn't return an Element when running in Fastboot:
```js
target: computed(function () {
var parentElement = this.$().parent();
```
Not sure what the right solu…
-
OFF the top of my head:
Finally Tagless
Avg File LOC
Restricted coercion (in TypeCase)
implementation check function (have implementation as trait for extensiblity, define function xxx = new yyy in co…
-
Just upgraded to 2.4.0 and now passing `classNames` into `tooltip-on-element` doesn't add that class to the div.
```hbs
{{#tooltip-on-element
side="right"
tooltipIsVisible=true
event="n…
-
The offending code fragment can be seen at the top of this [SO question](http://stackoverflow.com/questions/41807147/how-to-resolve-the-strange-type-error-in-a-recursive-map-with-statically-resolve). …
-
You cannot use attributeBindings on tagless components, which this reopens component and therefore does if you use any tagless components.
My solution only works in > 2.0.0 so I need to explore other…
-
I've just migrated my application to ember.js 2.8 and it started throwing error in the console.
`Uncaught Error: Assertion Failed: You cannot use attributeBindings on a tag-less component: `
Due to …