fix: re-export PathParamError class from @tanstack/router-core#6805
fix: re-export PathParamError class from @tanstack/router-core#6805Rendez wants to merge 1 commit intoTanStack:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe React Router package index export was updated to re-export Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run @benchmarks/client-nav:test:perf:solid |
❌ Failed | 1m 13s | View ↗ |
nx run @benchmarks/ssr:test:perf:vue |
✅ Succeeded | 2m 6s | View ↗ |
nx run @benchmarks/ssr:test:perf:solid |
✅ Succeeded | 1m 51s | View ↗ |
nx run @benchmarks/ssr:test:perf:react |
✅ Succeeded | 2m | View ↗ |
nx run @benchmarks/client-nav:test:perf:vue |
✅ Succeeded | 1m 23s | View ↗ |
nx run @benchmarks/client-nav:test:perf:react |
✅ Succeeded | 4m 33s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-03-03 12:47:22 UTC
Bundle Size Benchmarks
Trend sparkline is historical gzip bytes ending with this PR measurement; lower is better. |

Re-add
PathParamErrorre-exported from@tanstack/router-corealongside the already existingSearchParamErrorexport.The removal happened last week: d6af3a2#diff-d59f1a00dff1823e6f16ddf621c708682b1acc37566b17d047bbe4263a580058R238-R274
Summary by CodeRabbit
PathParamErroris now publicly exported from the main package, making it directly available for import. This allows applications to reference and handle route parameter errors more explicitly (e.g., for better error handling or user feedback) without changing existing behavior. No other public APIs were altered.