Sam
Explore posts from serversTTCTheo's Typesafe Cult
•Created by Sam on 8/3/2023 in #questions
Submitting form on main page from within dialog
Hi there, I'm using shadcn/ui for my UI and i'm trying to figure out how to make a form confirmation dialog. The
<Button type="submit">Upgrade</Button>
doesn't seem to submit the form on the outside of the dialog.
Here is my code:
1 replies
TTCTheo's Typesafe Cult
•Created by Sam on 5/4/2023 in #questions
Clerk + Next.js app router <SignedOut> children not rendered after <UserButton> sign out
Hi there! I'm currently building an app with Clerk and I've got signing in working however when I sign out using the
<UserButton>
component however after the redirect, my sign in button isn't rendered until a refresh of the page.
Here's my code:
Thanks in advance!6 replies
TTCTheo's Typesafe Cult
•Created by Sam on 5/3/2023 in #questions
Clerk re-render parent server component on sign out with custom sign out button.
Hi I'm probably being a little stupid here but I'm just wondering what the best and most simple way to create a custom sign out button when using Clerk? I was able to create a Sign out button with the following code but the parent server component wouldn't rerender so I needed to refresh for it to show me as logged out:
How can I get the parent server component to re-render on sign out?
Thanks in advance!
6 replies