-
-
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
[FEAT] empty records in the process of being requested should be in the empty state #5522
Comments
@runspired ping |
The bug that this resulted in was fixed in #5562 however, we still do not consider |
@runspired thanks! |
@runspired I just verified that #5562 fixes the exact issue that I ran into. |
Closing in favor of RFC (which needs to be written, but details are here): emberjs/rfcs#359 |
…berjs#5533) * adds failing tests for emberjs#5511 and emberjs#5517 * add a test for emberjs#5525 that suspiciously passes * adds test for emberjs#5522 isEmpty issue * run prettier * fix issue with proxy * upgrade test for potential issue with create, still passes * fix emberobserver issue for missing data member in payloads
Record that have never been fulfilled (e.g. empty) but which transition to a loading state should also remain empty until the loading state is resolved. To accomplish this, a deprecation will need to be created for when
isEmpty
returns false butisLoading
is true.Original issue that surfaced this:
Commit 3b7b5e7 causes the regression.
See also #5517.
The text was updated successfully, but these errors were encountered: