-
Notifications
You must be signed in to change notification settings - Fork 603
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 3.9 #1799
Comments
Yes, this should be refactored 👍 |
Looking at https://github.com/emberjs/rfcs/blob/master/text/0370-deprecate-computed-volatile.md it suggests that fixing this deprecation will require transitioning to native classes. However, after looking at the three places volatiles are used in this addon, I think they can just be turned into function calls? This would be a public API change on |
It looks like there's also a deprecation warning from |
Hitting this as well. Just installed the addon and got this deprecation. |
the same happens to me |
This fixes the deprecation warnings described here: https://deprecations.emberjs.com/v3.x/#toc_computed-property-override As mentioned by @richard-viney here: mainmatter#1799 (comment)
This fixes the deprecation warnings described here: https://deprecations.emberjs.com/v3.x/#toc_computed-property-override As mentioned by @richard-viney here: mainmatter#1799 (comment)
This fixes the deprecation warnings described here: https://deprecations.emberjs.com/v3.x/#toc_computed-property-override As mentioned by @richard-viney here: mainmatter#1799 (comment)
Hi, I'm getting two deprecations mentioned in the original post and another one relating to
Thanks. |
Excited to see these being addressed, is there a status on when ESA will have a release with these fixes? |
having the same issue with the deprecations - any news on this? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This fixes the deprecation warnings described here: https://deprecations.emberjs.com/v3.x/#toc_computed-property-override As mentioned by @richard-viney here: mainmatter#1799 (comment)
would be great if there's a release on npm. thanks! |
@thstarshine there seems to be an issue with travis that prevented it from releasing to npm. You can use the GitHub tag directly in the mean time. Using Yarn: Using npm: You should only do this if you plan to watch the releases closely and to change it back once the release issue has been resolved, otherwise you'll never receive updates. |
As far as I can tell the
Should this issue be reopened? |
@krachtstefan can you open a separate one for that? I was not aware of that warning yet. Where/How does it trigger? |
Sure, I just did that: #1908 Thanks for creating and maintaining this repository! |
On Ember 3.9:
DEPRECATION: Setting a computed property as volatile has been deprecated. Instead, consider using a native getter with native class syntax. [deprecation id: computed-property.volatile] See https://emberjs.com/deprecations/v3.x#toc_computed-property-volatile for more details.
The text was updated successfully, but these errors were encountered: