-
-
Notifications
You must be signed in to change notification settings - Fork 5.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
List show nothing when http error after upgraded to v4 #8241
Comments
Hi, and thank you for submitting this issue. |
@ishfx That is totally correct. And I think the erroneous filter should not be persisted. |
You're right, the fact that we persist filters makes it a bug. Changing the label to reflect that. |
What you were expecting:
<List>
should at least show some normal components when error happens, such as filter, grid (with old data), pagination and others which not cause the error.What happened instead:
After upgraded to v4, if HTTP error happens, all
<List>
show nothing like abnormal.Steps to reproduce:
Something same as in #7415, just return a 500 error from any loading in list.
Related code:
5cc275a
This logic is so simple and rough to fix the old issue.
Other information:
Environment
Console error:
HTTP response:
The text was updated successfully, but these errors were encountered: