router.tsx for Convex + Start RC
I wonder if it is correct to nest
<ConvexAuthProvider>
as a child of <QueryClientProvider>
. Is it redundant?
deps:
router.tsx
see attachment2 Replies
correct-apricot•2d ago
Probably you still want it, you'll have auth components that use it for context
absent-sapphireOP•1h ago
yeah but i wonder if it is redundant with the other provider