-
Notifications
You must be signed in to change notification settings - Fork 960
Document useWaitlist()
#2754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: core-3
Are you sure you want to change the base?
Document useWaitlist()
#2754
Conversation
|
Cursor Agent can help with this pull request. Just |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| await waitlist.join({ emailAddress }) | ||
| } | ||
|
|
||
| if (waitlist.id) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does waitlist contain a status?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It does not, it's a single-step submission
Co-authored-by: bryce <bryce@clerk.dev>
9adef8b to
9300ff8
Compare
The Waitlist resource doesn't use the "Future" API pattern, so rename the docs accordingly and update all references. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
| sdk: js-frontend | ||
| --- | ||
|
|
||
| The `Waitlist` object provides methods and properties to manage waitlist entries in your application. It is used when you want to build a custom waitlist UI instead of using the prebuilt [`<Waitlist />`](/docs/reference/components/authentication/waitlist) component. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| The `Waitlist` object provides methods and properties to manage waitlist entries in your application. It is used when you want to build a custom waitlist UI instead of using the prebuilt [`<Waitlist />`](/docs/reference/components/authentication/waitlist) component. | |
| The `Waitlist` object provides methods and properties to manage waitlist entries in your application. It's useful for building a [custom flow](!custom-flow) instead of using the prebuilt [`<Waitlist />`](/docs/reference/components/authentication/waitlist) component. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brkalow We prob want to add SDK-specific examples on top of the Next.js, like the other hooks have. So you'd need to use the <If /> component to have examples for Expo, React, React Router, Tanstack React Start and Chrome Extension on top of Next.js. We can remove Remix tho from the frontmatter, as we've done so for all other hooks.
|
for testing expo, is it |
|
Its just |
|
just need to test expo, having issues as one usually does with expo. |
|
@alexisintech It'll be from |
Co-authored-by: Michael Novotny <manovotny@gmail.com>
hmm yeah i figured and i had tried it but its not coming up as exported
|
|
update: chris and i are on it to figure out expo stuff 😎 |
|
@alexisintech we were missing some exports clerk/javascript#7609 will be merging soon once we get the tests passing again. |
alexisintech
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🫡 🫡 🫡
|
went to start my expo app and its giving this error despite not having anything google set up in the app at all. it's using the plain email/password auth flows. cc @chriscanin
|
|
@alexisintech Looking into this when I get a chance! |




This pull request contains changes generated by a Cursor Cloud Agent