useQuery error handling
I'm wondering why
The response from
useQuery from wasp/client/operations doesn't handle errors as I expect. Consider the following:The response from
/operations-get-application-by-id is always 404, yet no error is returned from useQuery and isError is always false. status is "loading"