-
Notifications
You must be signed in to change notification settings - Fork 13
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 warnings on Ember 2.4.2 #12
Comments
Thanks for bringing this up. Looks like the problem code is here: https://github.com/imgix/ember-cli-imgix/blob/master/addon/mixins/imgix-path-behavior.js#L208-L210 We'll review and see what the path forward here is. Likely just need to update the addon to take advantage of more public APIs. |
Fixes deprecation warning and associated performance issue in Ember 2.4.2 imgix#12
The second deprecation warning about modifying properties within |
Add ember-getowner-polyfill; use to fix #12 deprecation warning
Seeing these when using an
imgix-image
component on an Ember 2.4.2 app:The text was updated successfully, but these errors were encountered: