-
Notifications
You must be signed in to change notification settings - Fork 141
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
Component#sendAction is deprecated #155
Comments
I've traced it to here: ember-drag-drop/app/models/coordinator.js Lines 15 to 21 in 687f7de
|
Funny, I thought we had refactored all of these out. I'll try and get it fixed soon. Of course, PR's are always welcome. |
I don't think that model is even getting used anymore. That's legacy code. |
Hmm that's funny. I'm using 0.6.3 in my package.json and yarn.lock:
which is the latest version on the releases page right now. |
Always happy to help out with a PR but in this case I don't really understand how that code is used or how to safely remove it. |
No problem, yeah I need to look into this a bit more. I'm sure we don't need this model anymore, but I need to verify that. |
@dgavey do you guys still need help removing these? I'm getting the warnings in my code. |
Any update on this depreciation refactor? |
@dgavey please let me know if you need help removing these. |
@rwwagner90 If you want to create a PR for this, I'd happily merge and release a new version. |
Appears to be fixed in https://github.com/mharris717/ember-drag-drop/releases/tag/v0.9.0-beta.0 but it says once it's been declared stable there will be an 0.9 release, but that was in 2021. Is this project dead? |
@dgavey @mharris717 would you be interested in transferring this to adopted-ember-addons or adding some of us as maintainers here? |
Yes, but I don't own the repo. So I can't transfer it to you. I would suggest forking it instead and republishing, then I can shut this down and point to a different one. Maybe NPM can somehow also point to the new repo, not sure. |
Do you have any contact with @mharris717? Would he be willing to transfer it? |
I don't have any contact with him or ability to contact him anymore. |
Hi,
I'm seeing deprecation warnings like these every time I drag and drop something in my Ember app. I only started seeing this after updating from Ember 2 to Ember 3.
Is there a way to fix these warnings? I am using closure actions.
Thanks
The text was updated successfully, but these errors were encountered: