You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For SvelteKit, I want to be able to share a Convex Client between load functions and my .svelte files. This is possible in convex-react/Remix because the client is created separately then passed to ConvexClientProvider.
setConvexClientContext is the nearest equivalent in Svelte land and it's already present in the client file. It would be great if the function was exported too!