TypeError 가져오기: 개체(...)는 대응에서 경로를 변경할 때 사용하는 함수가 아님 다음 오류가 발생하는 이유는 확실하지 않다. Uncaught TypeError: Object(...) is not a function at Redirect.componentDidUpdate (Redirect.js:42) 내 경로의 렌더링 방법인터셉터 구성요소: render() { const { forbidden, notFound } = this.state; const { authed } = this.props; // const { location } = this.props; // const { pathname } = location; console.log('this.props', this.props); conso..