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

MIT License
76 stars 33 forks source link

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

Closed chriskrycho closed 6 years ago

chriskrycho commented 6 years ago

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.

rwjblue commented 6 years ago

Can you double check that this addon is in dependencies of the addon (not devDependencies)?

chriskrycho commented 6 years ago

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

rwjblue commented 6 years ago

Sure!

rwjblue commented 6 years ago

closing for now though...