-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix(router-generator): fix parent resolution logic #6412
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
📝 WalkthroughWalkthroughThis PR fixes a regression where conflicting configuration paths error occurred when lazy-loading layout and index routes nested within a pathless route. The fix optimizes parent route resolution in the generator by replacing an upward loop search with a direct check on the immediate parent route. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Comment |
|
View your CI Pipeline Execution ↗ for commit 67c56ba
☁️ Nx Cloud last updated this comment at |
fixes #6261
Summary by CodeRabbit
Tests
Refactor
✏️ Tip: You can customize this high-level summary in your review settings.