Clerk and Convex Implementation Using Server Components
Although the conflict begins here, convex docs tells us to use
const { isAuthenticated, isLoading } = useConvexAuth(); https://docs.convex.dev/auth/custom-auth#using-the-new-providerBut that is not made for RSC either.
Do we have a middleground or examples?
My current code:

