Skip to content

Commit

Permalink
Add React Router 7 compatilibty issue callout (#1866)
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano authored Jan 9, 2025
1 parent b73e5b8 commit 17e7c42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/quickstarts/react-router.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ description: Learn how to use Clerk to quickly and easily add secure authenticat

Clerk's [React Router SDK](/docs/references/react-router/overview) provides prebuilt components, hooks, and stores to make it easy to integrate authentication and user management in your React Router app. This guide assumes that you're using [React Router v7 or later](https://api.reactrouter.com/v7).

> [!WARNING]
> Due to an active [issue with React Router](https://github.com/remix-run/react-router/issues/12475), Clerk and React Router currently requires using Node.js 22.11 or lower.
<Steps>
## Install `@clerk/react-router`

Expand Down
2 changes: 1 addition & 1 deletion docs/references/react-router/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Learn how to integrate Clerk into your React Router application usi
---

> [!WARNING]
> The React Router SDK is currently in beta.
> Due to an active [issue with React Router](https://github.com/remix-run/react-router/issues/12475), Clerk and React Router currently requires using Node.js 22.11 or lower.
The Clerk React Router SDK is built on top of the [React SDK](/docs/references/react/overview) and is the recommended method for integrating Clerk into your React Router application.

Expand Down

0 comments on commit 17e7c42

Please sign in to comment.