React-router TypeError: _this.props.이력이 정의되지 않았습니다. react js 및 i가 포함된 react-router를 사용하고 있지만 이 오류가 발생합니다. 컴파일 중에 에러가 표시됩니다. TypeError: _this.props.history is undefined 이것은 나의 index.filename 파일입니다. import React from 'react'; import ReactDOM from 'react-dom'; import App from './App'; import './index.css'; import { Router, Route, browserHistory, IndexRoute } from 'react-router'; ReactDOM.render( , ..