@clerk/react-router@3.6.0
Breaking Changes📦 clerkView on GitHub →
⚠ 1 breaking🐛 1 fixes🔧 1 symbols
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.
⚠️ Breaking Changes
- 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
- Update React Router to v8.3.0 or later.
🐛 Bug Fixes
- Fixed duplicate `react-router` instances during `react-router dev` SSR that broke the Router context.