Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Error message: > Assertion Failed: Depending on arrays using a dependent key ending with `@each` is no longer supported. Please refactor from `Ember.computed('tabList.tab_instances.@each', function() {});` to `Ember.computed('tabList.tab_instances.[]', function() {})`.
- Loading branch information