Sadiq Vali
TTCTheo's Typesafe Cult
•Created by Sadiq Vali on 3/12/2025 in #questions
Bug occured while initializing t3-turbo with bun as package manager.

2 replies
TTCTheo's Typesafe Cult
•Created by Sadiq Vali on 3/11/2025 in #questions
How can we handle transferable={false} with Clerk elements while building custom UI?
import { SignIn } from "@clerk/nextjs";
export default function Page() {
return (
<div className="w-full min-h-screen flex items-center justify-center">
<SignIn transferable={false} />
</div>
);
}
The transferable prop is only available in the SignIn component from @clerk/nextjs, not @clerk/elements/sign-in.
3 replies