sukima / ember-cli-select-picker

An enhanced Boostrap styled select component addon for Ember CLI
https://sukima.github.io/ember-cli-select-picker
MIT License
23 stars 15 forks source link

DEPRECATION: A property of <frontend@view:-outlet::ember338> 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] VM6478:87 Ember Inspector Active #58

Open flyrev opened 8 years ago

flyrev commented 8 years ago

This code Start month: {{select-picker content=singleContent selection=startMonthChoice action=(action "test") optionLabelPath="content.label" optionValuePath="content.value"}} causes the warning

DEPRECATION: A property of frontend@view:-outlet::ember338 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] VM6478:87 Ember Inspector Active

sukima commented 8 years ago

Confirmed. Needs refactoring. It's going to take some time. Our main app is still stuck on 1.13. The upgrade will happen eventually.

sukima commented 8 years ago

CC @gwright, @tneems: This will need to be addressed as part of our Ember 1.13 deprecation chore.