ember-charts
ember-charts copied to clipboard
Several Depreciations in effect
Trying to use ember-charts but with the latest Ember updates, a lot of the code used has deprecated items:
- @each is no longer used
- 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?
I'm running into the same issue using Ember 2.2.
+1