-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
3.28: Awaiting async relationships does not work anymore #7684
Comments
Thanks for the detailed issue report, it seems like a few people have run into this, we are working on a fix in #7691 |
sly7-7
added a commit
to sly7-7/data
that referenced
this issue
Sep 7, 2021
snewcomer
pushed a commit
that referenced
this issue
Dec 11, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduction
yarn install
yarn start:live
versions = await crate.get('versions');
resolves before the network request has been performedDescription
Just like in previous Ember Data releases I expected to be able to
await
async relationships to be able to wait until the content has loaded before continuing, but this appears to have broken with v3.28 by resolving before the network request has resolved.Versions
Run the following command and paste the output below:
yarn list ember-source && yarn list ember-cli && yarn list --pattern ember-data
.The text was updated successfully, but these errors were encountered: