-
Notifications
You must be signed in to change notification settings - Fork 34
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
modernize addon #54
Comments
0xadada
added a commit
to mirai-audio/ember-youtube
that referenced
this issue
May 5, 2019
For apps that explicitly remove their dependency on jQuery, this addon will break because it imports from jquery assuming the consuming app already has it. jQuery is imported in the component, but no dependency is declared in the package.json. This works because until recently, jQuery was available packaged with Ember source. [Ember RFC 0386](https://emberjs.github.io/rfcs/0386-remove-jquery.html) propses to remove jQuery eventually, and Ember already ships with the @ember/jquery package installed directly as part of the "ember new" output for new ember apps. related to oskarrough#54
Open
|
Hey, I'm very sorry this never got merged. Are you still interested in it? I don't have any capacity to look at it I'm afraid. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This addon could use some modernization luvin 💖:
sendAction
to closure actions sendAction deprication #50The text was updated successfully, but these errors were encountered: