I am successfully rendering a component to an authenticated route.
If a condition is met, I would like to render that same component -- with the addition of a certain prop value -- to a different, unauthenticated route.
Can I render concurrently two variations of a single component to two distinct routes using only React and React Router? How is this done?