ciena-frost / ember-frost-table

MIT License
1 stars 9 forks source link

TypeError: Cannot convert object to primitive value #38

Closed mo0om closed 7 years ago

mo0om commented 7 years ago

When we pass a computed property to the items property, we're getting an error when the computed property gets changed. image

mo0om commented 7 years ago

I found the problem was related to the hash helper. If we set the array of columns inside the controller before passing it to the template the error goes away.