-
Notifications
You must be signed in to change notification settings - Fork 355
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
sendAction deprecation #614
Comments
Unfortunately due to our support matrix (we support Ember 1.12+) we won’t be able to change this API until Ember Table v3. We should look to see if there is a way to suppress this deprecation until then. |
Isn't there a way to check what version the app is running and call functions accordingly? |
There is ember-compatability-helpers which would allow you to do that, happy to merge PRs but I won’t have time to continue working on this project for the forseeable future. Main thing that will be tricky is tests |
@pzuraq That looks interesting. If I find the time I will check it out. Thanks |
Are there any plans for fixing this in ember table v2? |
I believe this was fixed by #860, so this can probably be closed |
Resolved by #860 |
Running ember-table with Ember v3.4 beta gave me the following deprecation:
The text was updated successfully, but these errors were encountered: