We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Say I have two matches like this:
<Match pattern="add" component={AddUser}/> <Match pattern=":id" component={ViewUser}/>
the second pattern matches the first one. Is there a way in v4 for this to work?
The text was updated successfully, but these errors were encountered:
https://react-router.now.sh/ambiguous-matches
though a <MatchGroup/> component is coming and will make this less nutty.
<MatchGroup/>
Sorry, something went wrong.
+1 for the MatchGroup, using the Miss component is indeed nutty.
add MatchGroup tests
0aaac61
closes #3936, #3994, #4032 be sure to see commit messages on cf2555d
No branches or pull requests
Say I have two matches like this:
the second pattern matches the first one. Is there a way in v4 for this to work?
The text was updated successfully, but these errors were encountered: