you can pass it through link and do it like:

 <li><Link to={{ pathname: "/OderDetails", state: {orderNumber: orderNumber}}>Order number: {order.orderNumber}</Link></li>
        )}

and access it on OrderDetaile component like:

props.location.state.orderNumber

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top