fix: correctly search for parent route in generator#6581
fix: correctly search for parent route in generator#6581schiller-manuel merged 1 commit intomainfrom
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