-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
Correctly import deprecate from @ember/debug
#1066
Conversation
Canary still fails because of: |
Nice, thanks for the quick fix here @mydea 👍 I am also seeing basically any addon test suite failing on canary. Strangely the GH Actions job is not failing immediately, but timing out after running >5h! 🙈. So for both addon maintainers and Github container utilization getting this landed would be very helpful! 😆 |
I just experienced the same thing, but I have my timeout set much lower :) |
Thanks! |
Any chance you could cut a release with this change? Would be great to get canary tests passing again for addons :) |
This was incorrectly imported from
@ember/application/deprecations
, which seemed to work, but does not work in current canary - I got this error in an addon testing on canary:Anyway, even if this might/should be fixed in canary, the import is wrong and can be updated to the correct place.