Lian Castellon

Results 1 comments of Lian Castellon

@trevordevore The fix on ember-ast-helpers, to something like this: `return this.syntax.builders.element(this.tagName, {attrs: this.elementAttrs, modifiers: this.elementModifiers, children: this.elementChildren}); ` It works! - but you will get another "cant find length on...