Skip to content

Commit

Permalink
chore: Remove warning from React Router quickstart (#1919)
Browse files Browse the repository at this point in the history
Co-authored-by: victoria <[email protected]>
  • Loading branch information
LekoArts and victoriaxyz authored Jan 21, 2025
1 parent 7671bc0 commit 756783e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions docs/quickstarts/react-router.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ 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) in framework mode. To use React Router as a library instead, see the [library mode guide](/docs/references/react-router/library-mode).

> [!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.
This guide assumes that you're using React Router **v7.1.2 or later** in framework mode. To use React Router as a library instead, see the [library mode guide](/docs/references/react-router/library-mode).

<Steps>
## Install `@clerk/react-router`
Expand Down
3 changes: 0 additions & 3 deletions docs/references/react-router/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ title: Clerk React Router SDK
description: Learn how to integrate Clerk into your React Router application using the Clerk React Router SDK.
---

> [!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.
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.

## Client-side helpers
Expand Down

0 comments on commit 756783e

Please sign in to comment.