Const
If the <Case /> is the first one to have its condition evaluate to true inside the parent <Switch /> it will be the only one rendered.
<Case />
<Switch />
The props to pass down to the <Case /> component
If the
<Case />is the first one to have its condition evaluate to true inside the parent<Switch />it will be the only one rendered.