Skip to content

Conversation

@HassenHichri
Copy link
Contributor

🔎 Previews:

What does this solve?

  • fix some errors in buildClerkProps documentation

What changed?

Checklist

  • I have clicked on "Files changed" and performed a thorough self-review
  • All existing checks pass

@HassenHichri HassenHichri requested a review from a team as a code owner November 15, 2025 16:27
@vercel
Copy link

vercel bot commented Nov 15, 2025

@HassenHichri is attempting to deploy a commit to the Clerk Production Team on Vercel.

A member of the Team first needs to authorize it.

@HassenHichri HassenHichri force-pushed the fix/buildclerkprops-docs branch from 3a42ad3 to 060f6d5 Compare November 15, 2025 16:29
alexisintech
alexisintech previously approved these changes Nov 19, 2025
const { userId } = getAuth(ctx.req);

const user = userId ? await clerkClient().users.getUser(userId) : undefined;
const client = await clerkClient();
Copy link
Member

@alexisintech alexisintech Nov 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can't edit /clerk-typedoc files directly, it must be updated in the clerk/javascript repo. i can do this separately, so please remove this update from your PR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reverted back

@alexisintech alexisintech merged commit 0ff3c32 into clerk:main Nov 21, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants