Solid-Query: Error isn't being set when fetching via SSR · Issue #8300 · TanStack/query
Describe the bug so having this: const link = getContactLink( () => ({ id: params.id }), () => ({ deferStream: true, }) ); which basically calls createQuery(...). this function throws an erro...
github.com