I am new to react, trying to build a services page - with subpages.
<Route path='/:langURL/services/:subPage?' component={Services} />
So this invokes the services component - but when I do a console log in the props I am not able to view any route information. How would I start to identify the subjPage types used?