diff --git a/docs/quickstarts/react-router.mdx b/docs/quickstarts/react-router.mdx index 4f171e5652..7536264e2e 100644 --- a/docs/quickstarts/react-router.mdx +++ b/docs/quickstarts/react-router.mdx @@ -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. + ## Install `@clerk/react-router` diff --git a/docs/references/react-router/overview.mdx b/docs/references/react-router/overview.mdx index c7b3b2c883..f2172fd371 100644 --- a/docs/references/react-router/overview.mdx +++ b/docs/references/react-router/overview.mdx @@ -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.