ember-polyfills / ember-angle-bracket-invocation-polyfill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"...attributes is an invalid path" in addon template

chriskrycho opened this issue · comments

If I write this:

<input ...attributes />

I see this:

Template Compiler Error (TemplateCompiler) in @olo/ember-principled-forms/components/form-field/template.hbs

Assertion Failed: ...attributes is an invalid path ('@olo/ember-principled-forms/components/form-field/template.hbs' @ L28:C6)

Happy to provide full logs, etc. as is helpful.

I'll also see if I can figure out what the absolute minimal reproduction is. The current one I'm testing with is here.

Ah! It’s in devDependencies! I didn’t see anything to that effect in the README; would a PR to that effect be helpful?

closing for now though...