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?
https://react-router.now.sh/ambiguous-matches
though a <MatchGroup/> component is coming and will make this less nutty.
+1 for the MatchGroup, using the Miss component is indeed nutty.
Most helpful comment
https://react-router.now.sh/ambiguous-matches
though a
<MatchGroup/>component is coming and will make this less nutty.