necesito pasar
match.params.order_type como apoyo a un componente. Se requiere que el niño use el accesorio como tal:
this.props.match.params.order_type Componente principal:
MisPedidos.jsx
<Orders match.params.order_type={"buyordersdata"}/> Componente hijo
Pedidos.jsx
<OrderTable order_type={this.props.match.params.order_type} orders={this.state.orders}/>