We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Our Ember canary tests are failing with:
Error: Using getWithDefault has been deprecated. Instead, consider using Ember get and explicitly checking for undefined.
See emberjs/rfcs#554
Looks like getWithDefault is used here in startMirage:
getWithDefault
startMirage
ember-cli-mirage/addon/start-mirage.js
Line 33 in dcef77a
I can open a PR with a proposed fix.
The text was updated successfully, but these errors were encountered:
Replace getWithDefault (Fixes miragejs#1970)
19176ea
Deprecated by Ember RFC#554
39fc6d2
3ee1fef
90d00f7
Merge pull request #1971 from gitKrystan/ember-rfc-0554-deprecation
f48e465
Replace getWithDefault (Fixes #1970)
No branches or pull requests
Our Ember canary tests are failing with:
See emberjs/rfcs#554
Looks like
getWithDefault
is used here instartMirage
:ember-cli-mirage/addon/start-mirage.js
Line 33 in dcef77a
I can open a PR with a proposed fix.
The text was updated successfully, but these errors were encountered: