Route 컴포넌트의 component 말고 render 사용하기.
<Route
path='/education'
render={() => <Education education={data} />}
/>
'JS > react' 카테고리의 다른 글
[React Router V6] 리액트 라우터 v6에서 경로 지정하기 (0) | 2022.01.12 |
---|---|
[React] Router) Cannot read property 'location' of undefined (0) | 2021.07.30 |
VSCode 반복되는 코드 작성할 때 (0) | 2021.07.24 |