Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 this issue Jun 10, 2016 · 2 comments

Comments

@flyrev
Copy link

flyrev commented Jun 10, 2016

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
Copy link
Owner

sukima commented Jun 11, 2016

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
Copy link
Owner

sukima commented Jun 11, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants