Const
If no <Case /> has its condition evaluate to true inside the parent <Switch />, the first <Default /> will be the only one rendered.
<Case />
<Switch />
<Default />
The props to pass down to the <Default /> component
If no
<Case />has its condition evaluate to true inside the parent<Switch />, the first<Default />will be the only one rendered.