From 17e7c42ec0166123207e214b618a69032ac2932e Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Wed, 8 Jan 2025 18:32:34 -0800 Subject: [PATCH] Add React Router 7 compatilibty issue callout (#1866) --- docs/quickstarts/react-router.mdx | 3 +++ docs/references/react-router/overview.mdx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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.