Skip to content
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

Correct messages while hydrating/loading page data #114

Closed
ejmg opened this issue Jun 25, 2024 · 1 comment
Closed

Correct messages while hydrating/loading page data #114

ejmg opened this issue Jun 25, 2024 · 1 comment

Comments

@ejmg
Copy link
Collaborator

ejmg commented Jun 25, 2024

Related to #32 #110 #105

Description

Some routes currently display incorrect/misleading text while loading data which, combined with current query time speed, can easily make a user believe that the data does not exist. This is mostly the result of sloppy if (isLoading || isError || !data) style checks that were for convenient at the time but should have been taken out a long time ago.

@ejmg
Copy link
Collaborator Author

ejmg commented Jul 25, 2024

This was resolved by rebuilding around Suspense in #135 #130 etc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

No branches or pull requests

1 participant