-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
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 #11629 #11633
Fix #11629 #11633
Conversation
|
Thank you for signing the Contributor License Agreement. Let's get this merged! 🥳 |
<Route | ||
path="*" | ||
element={ | ||
<Component desc='<Route path="/foo"><Route path="*" />' /> | ||
} | ||
/> | ||
<Route> | ||
<Route | ||
path="*" | ||
element={ | ||
<Component desc='<Route path="/foo"><Route path="*" />' /> | ||
} | ||
/> | ||
</Route> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind laving the existing test as-is and added a new test for the pathless layout scenario?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, unless you meant adding a separate test file, like gh-issue-8127-test.tsx
.
as suggested in review. Reverts 1ce31c4.
🤖 Hello there, We just published version Thanks! |
🤖 Hello there, We just published version Thanks! |
No description provided.