HeroicEric / ember-group-by

An Ember addon that adds a computed property macro for grouping objects by a given property.
MIT License
53 stars 17 forks source link

Warning "Dependent keys containing @each only work one level deep." #15

Closed Ramblurr closed 6 years ago

Ramblurr commented 6 years ago

this usage

  recordsByCustomer: groupBy('records', 'customer.id'),

is triggering this warning in ember 2.14.2

WARNING: Dependent keys containing @each only work one level deep. You used the key "records.@each.customer.id" which is invalid. Please create an intermediary computed property.

I'm not sure if this is a new development or old.