Skip to content

fix(web): onboarding renders inside a query client so the provider step can call the hub (CL-8595) - #943

Merged
TheGreatAxios merged 1 commit into
mainfrom
cl-8595-onboarding-query-client
Sep 18, 2026
Merged

TheGreatAxios merged 1 commit into
mainfrom
cl-8595-onboarding-query-client

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Contributor

Summary

A fresh sign-up crashed on the onboarding provider step with "No QueryClient set": the step uses queries and mutations for the OAuth login (#942), but onboarding rendered outside the shell's provider.

Changes

  • apps/web/src/app.tsx: the onboarding gate creates its own app query client, wired to the same sign-out handler the shell uses.

Testing

  • typecheck, lint, fmt locally; CI runs check.
  • Live: fresh sign-up reaches the provider step (verified after merge on the dev stack).

@linear-code

linear-code Bot commented Sep 18, 2026

Copy link
Copy Markdown

CL-8595

@TheGreatAxios
TheGreatAxios merged commit 76c3adc into main Sep 18, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant