react router dom 리다이렉트 질문 좀 여쭙겠습니다

<Redirect to=‘/foo/bar’ />
를 사용하려하는데

해당 경로의 컴포넌트가 렌더링되지 않습니다.

app.js의 <Router>안에 <Route path=‘/foo/bar’ component={Component}/>도 있습니다.

제가 리다이렉트를 잘못 사용하고 있는걸까요??

[email protected]
[email protected] 환경입니다

Router가 BrowserRouter인지 확인이 필요합니다. 그리고 BrowserRouter에 history를 직접 주입해주는 경우에 동작합니다.