Clerk, Convex and Svelte
I have successfully added clerk to my svelte project and I'm almost there with convex auth but I'm still missing something.
+layout.svelte
is it possible to pass a custom convexClient to svelte useQuery?
** In react clerk you use "ConvexProviderWithClerk" (https://docs.convex.dev/api/modules/react_clerk)
I tried to reimplement it but it's just too time consuming since i don't know react and i don't fully understand the whole context.
Thanks, i really like convex but it's a bit of a pain working with it on svelte 5, i understand you are focused on react because its more adopted by the community

