I am using react-router with react js and i following their documentation but facing this error
while compiling it shows the error,
TypeError: _this.
It seems to me that this.props.history is not defined, because you did not pass the routeProps to the component you want to render.
Change your routes as follows:
} />
You can also pass other props to the rendered components using this method.