-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
useQuery loading state starts with false after updating to 3.5.x #9145
Comments
Hi @cyanic-webdesign - we encountered this behaviour as well. When running a second This behaviour breaks our app because we expect that the resource will have some extra fields which in the old object were set to |
@junajan that's exactly what's happening to us, and giving us loads of problems since the upgrade. We probably will revert to 3.4.x until this is addressed. |
any update on this issue? it's already a 4 month old one, and no news since more than 2 months :( |
Hey guys, please give the new release candidate a try ( |
Also have met this issue in |
Thanks for the fix, seems to be working now! |
I have the following
useQuery
in my code:Up until version 3.4.8 the outcome of the loading property was:
but after updating to 3.5.x the loading state starts with false like:
After the update, the first false loading state breaks my clientside flow as I act upon that state. Does anybody encounter this issue as well, and how can this be fixed?
The text was updated successfully, but these errors were encountered: