ember-charts icon indicating copy to clipboard operation
ember-charts copied to clipboard

Several Depreciations in effect

Open vip3rousmango opened this issue 8 years ago • 2 comments

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?

vip3rousmango avatar Mar 02 '16 18:03 vip3rousmango

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

mojason-81 avatar Apr 20 '16 19:04 mojason-81

+1

OakBehringer avatar Aug 08 '16 17:08 OakBehringer