Skip to content

Instantly share code, notes, and snippets.

@eh3rrera
Created November 15, 2017 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eh3rrera/24f434dd6986ca65917a16fd7870df7e to your computer and use it in GitHub Desktop.
Save eh3rrera/24f434dd6986ca65917a16fd7870df7e to your computer and use it in GitHub Desktop.
<Switch>
<Route
exact
path={match.url}
render={() => <h3>Please select a message</h3>}
/>
<Route path={`${match.url}/:id(\\d+)`} component={Message} />
</Switch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment