Closed foxtree closed 2 years ago
I'm seeing this just now after adding ember-cli-deprecation-workflow@2.0.0
to an existing app already on Ember v3.24. Seen when running ember s
and going to the main page of the app.
ember-classic-decorator
seems to be the problem https://github.com/emberjs/ember-classic-decorator/issues/74
Thanks for replying.
I was able to get ember-cli-deprecation-workflow@^1.0.1
to work with this particular project, so we'll be holding of on version 2, for now.
I'm also seeing this error in an open-source project. Here's a failing PR that reproduces it just by bumping this package to 2.0.0:
https://github.com/elwayman02/ember-scroll-modifiers/pull/407/files
We get ember-classic-decorator
through ember-cli-addon-docs
, so it's likely the same issue noted by @kategengler above.
Fix is here, potentially: https://github.com/emberjs/ember-classic-decorator/releases/tag/v2.0.1
This can be closed. Verified!
Hi, I am attempting to upgrade an ember app from
3.20
to3.24
, and trying to use this addon to suppress deprecation logging that causes theember test
process to hang.However, after installing and configuring this addon, running
ember test
fails with several errors, including:This appears to be due to the following line in
vendor/ember-cli-deprecation-workflow/main.js
^these errors do not occur when I install and configure
ember-cli-deprecation-workflow@v2.0.0-beta.4
...Is this a bug with version
2.0
?