-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix: correctly search for parent route in generator #6581
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
Conversation
📝 WalkthroughWalkthroughReplaces a targeted parent lookup optimization in the route generator with a full path-segment walk to locate the closest registered parent, fixing parent assignment for lazy routes with multiple slug parameters. Adds test files reproducing the multi-slug-params scenario to validate the fix. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
|
View your CI Pipeline Execution ↗ for commit 2a65cdf
☁️ Nx Cloud last updated this comment at |
fixes #6574
Summary by CodeRabbit
Bug Fixes
Tests