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

MIT License
76 stars 33 forks source link

Fix error when using splattributes but no attributes were passed #68

Closed simonihmig closed 5 years ago

simonihmig commented 5 years ago

Fixes #67

simonihmig commented 5 years ago

Seems there was already a test case for this case, but for passing to an element: https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/blob/master/tests/integration/components/angle-bracket-invocation-test.js#L442-L451

The test added here for a component was failing with that #67 error.

simonihmig commented 5 years ago

@rwjblue gentle reminder! 😬

Also, would be awesome if you could have a look again some time at the other issue, specifically https://github.com/rwjblue/ember-angle-bracket-invocation-polyfill/pull/65#issuecomment-489462655.