-
Notifications
You must be signed in to change notification settings - Fork 111
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
Ember 3.9 DEPRECATION: Using this.$() in a component has been deprecated, consider using this.element [deprecation id: ember-views.curly-components.jquery-element] #249
Comments
I'd appreciate a fix as well. |
Guys i tried fix this issue here #250 . Hope it helps! |
I would appreciate the fix as well |
With the version 3.0.4 (tagged yesterday), this issue has been fixed! A simple |
@MonsieurDart is that true? I'm still seeing the warning after upgrading to 3.0.4. |
Yep, quite sure. Maybe your warnings also come from an other addon? |
I'm pretty sure just enabling jquery integration does not stop deprecation messages. You have to move away from |
Right, sorry, some minor detail context: I am seeing this in Ember Octane (3.15) :) which might explain why we're seeing different behavior. So I think we should find a way to move away from Also, maybe something is up with the deprecation warning? I wonder what would happen if |
I've recently upgraded to ember 3.9 and I get a ton of this deprecation warning in the console.
In my case the error came from using semantic ui dropdown component. The error originates from the semantic base mixin. (mixins/base.js)
The text was updated successfully, but these errors were encountered: