Files
stack/apps
Jason Woltje a0cc6c3ec7
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
fix(web): add ReactQueryProvider to root layout for Mission Control
Mission Control components (AuditLogDrawer, GlobalAgentRoster, PanelControls)
use @tanstack/react-query hooks but no QueryClientProvider existed in the
layout tree. This caused a crash: 'No QueryClient set, use QueryClientProvider'.

Added ReactQueryProvider wrapper in apps/web/src/providers/ and wired it into
the root layout above ErrorBoundary/AuthProvider so all routes have access.
2026-03-08 10:30:33 -05:00
..