Oscar Beaumont
Oscar Beaumont
What is the purpose of hashing the cas_id, isn't the cas_id already a hash?
Requiring an internet connection for a button to load doesn't sit right with me on an offline first desktop application.
I'm also not a fan of the macro showing up here because it is confusing to an end user.
Middleware also seem to straight out have problems inferring the error type.
This would be for example if Vercel sent back it's error page instead of the rspc serverless function.
```ts const activeReqs = new Map(); // TODO: Deduplicate fetches by queryKey hash // TODO: --- CLEANUP BELOW export type MapKey = ["path" | "id", string]; export const toMapId =...
I made the original decision to not expose the error messages because in production you don't want your backend errors leaking to a potentially malicious client but it definitely can...
I am currently thinking I will expose control of this as a runtime configuration option because it should really be up to the application developer to decide. For a personal...
It looks like I forgot to update the docs when I changed how this is handled a while back. I will make sure I do that. Try the following: ```tsx...
I will give this a look when I have some time. I am probably not going to officially support the Next 13 app directory until TanStack Query (and probably also...