ember-cp-validations icon indicating copy to clipboard operation
ember-cp-validations copied to clipboard

deprecation warning ember 3.9 - computed-property.volatile

Open fran-worley opened this issue 6 years ago • 2 comments
trafficstars

Environment

  • Ember Version: 3.9.0
  • Ember CLI Version: 3.9.0
  • Ember CP Validations Version: 4.0.0-beta.8

Steps to Reproduce

When running ember app with the above addon versions we get the following deprecation error:

Setting a computed property as volatile has been deprecated. Instead, consider using a native getter with native class syntax. [deprecation id: computed-property.volatile]

fran-worley avatar Apr 30 '19 08:04 fran-worley

This sounds like it's linked to: #638

BitBrit avatar May 06 '19 21:05 BitBrit

Replacing the computed by a getter as suggested here does not work.

viniciussbs avatar Jan 09 '20 20:01 viniciussbs

@fran-worley @BitBrit @viniciussbs That should be fixed in the latest release. I'm closing the issue but feel free to reopen if the problem still exists.

fsmanuel avatar Sep 11 '22 10:09 fsmanuel