With react-router I can use the Link element to create links which are natively handled by react router.
react-router
Link
I see internally it calls t
t
This worked for me, no special imports needed:
{ this.props.history.goBack() }} />