Addepar / ember-charts

https://opensource.addepar.com/ember-charts/
Other
783 stars 131 forks source link

Several Depreciations in effect #155

Open vip3rousmango opened 8 years ago

vip3rousmango commented 8 years ago

Trying to use ember-charts but with the latest Ember updates, a lot of the code used has deprecated items:

1) @each is no longer used 2) A property of ligef-tool@view:-outlet::ember347 was modified inside the didInsertElement hook. You should never change properties on components, services or models during didInsertElement because it causes significant performance degradation. [deprecation id: ember-views.dispatching-modify-property]

With Ember 2.4 out, is an update planned to utilize the latest Ember features?

mojason-81 commented 8 years ago

I'm running into the same issue using Ember 2.2.

OakBehringer commented 8 years ago

+1