Skip to content

Commit

Permalink
fix: Waitlist component nextjs compatibility note
Browse files Browse the repository at this point in the history
  • Loading branch information
nikospapcom committed Nov 14, 2024
1 parent 5a85676 commit 6d18038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/authentication/configuration/restrictions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To configure sign-up modes:
- **[Restricted](#restricted)**
- **[Waitlist](#waitlist)**
> [!NOTE]
> The `<Waitlist />` component is only available in Core 2. If you are using Next.js is available after <code>@clerk/nextjs\@6.2.0</code>
> If you are using Next.js the`<Waitlist />` component is available from <code>@clerk/nextjs\@6.2.0</code>
### Public

Expand Down
2 changes: 1 addition & 1 deletion docs/components/waitlist/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: The <Waitlist /> component renders a waitlist form that allows user
The `<Waitlist />` component renders a waitlist form that allows users to join for early access to your application.

> [!NOTE]
> The `<Waitlist />` component is only available in Core 2. If you are using Next.js is available after <code>@clerk/nextjs\@6.2.0</code>
> If you are using Next.js the`<Waitlist />` component is available from <code>@clerk/nextjs\@6.2.0</code>
## Properties

Expand Down

0 comments on commit 6d18038

Please sign in to comment.