-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix(solid-router): skip URL parsing for safe 'to' props #6453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(solid-router): skip URL parsing for safe 'to' props #6453
Conversation
|
View your CI Pipeline Execution ↗ for commit 6b28d99
☁️ Nx Cloud last updated this comment at |
📝 WalkthroughWalkthroughThe change refines external link detection in solid-router's link handling by introducing an early exit for internal "safe" links (those starting with "/" but not "//"). URL parsing and protocol validation now operate on the refined Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~35 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Comment |
Same as #6442 but for
solid-routerSummary by CodeRabbit
Bug Fixes
✏️ Tip: You can customize this high-level summary in your review settings.