본문 바로가기
JS/react

[React] Router) Cannot read property 'location' of undefined

병합 과정에서 Cannot read property 'location' of undefined 발생. App.jsreact-router-dom에서 BrowserRouter이 아닌 Router을 받고 있어 발생. Router -> BrowserRouter as Router로 변경하여 해결.

 

한 10분동안 구글링 하다가 깃 커밋 목록을 뒤져보고 발견.

 

깃 최고