본문 바로가기

basic/React.js

[ERROR] Unhandled Rejection (TypeError): Cannot read property 'push' of undefined

withRouter의 history.push 사용할 때 import나 export에서 오타가 있다면 발생되는 에러

 

import { withRouter } from 'react-router-dom';

export default withRouter(Sample)