-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Not working in Ember 4.8+ #509
Comments
Minimal reproduction in Ember and ED 4.9: |
Also running into this issue on
After upgrading to |
upgrade ember-data to fix a problem with ember-concurrency machty/ember-concurrency#509
upgrade ember-data to fix a problem with ember-concurrency machty/ember-concurrency#509
Looks like this issues is related to: |
Just upgraded my app from ember 4.4 to ember 4.9 and the following code stopped working. It makes the api request successfully but never returns after that, hanging at the
await
line.I downgraded to ember 4.7 and it works again, having confirmed it doesn't work in 4.8 and 4.9
The text was updated successfully, but these errors were encountered: