Change8

Migrating to Clerk @clerk/react-router@3.6.0

Version @clerk/react-router@3.6.0 introduces 1 breaking change. This guide details how to update your code.

Released: 7/27/2026

1
Breaking Changes
1
Migration Steps
1
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

react-router

Breaking Changes

Issue #1

The minimum supported React Router v8 version has been bumped to 8.3.0. This is necessary to fix duplicate `react-router` instances during `react-router dev` SSR that broke the Router context. Ensure your project uses React Router v8.3.0 or later.

Migration Steps

  1. 1
    Update React Router to v8.3.0 or later.

Release Summary

This release bumps the minimum supported React Router version to 8.3.0 to resolve an SSR bug with duplicate router instances. This ensures proper Router context during development SSR.

Need More Details?

View the full release notes and all changes for Clerk @clerk/react-router@3.6.0.

View Full Changelog