상추의 IT저장소
React) export 'Routes' (imported as 'Routes') was not found in 'react-router-dom' 본문
error
React) export 'Routes' (imported as 'Routes') was not found in 'react-router-dom'
구너상추 2022. 12. 18. 11:33리액트 Route 공부중 해당 에러가 확인되어 기록하였다.

react-router-dom 라이브러리가 5버전에서 6버전으로 넘어가면서 <Switch>가 <Routes>로 변경었다.
react 6버전을 npm i react-router-dom@6.3.0 명령어로 설치 하여 에러를 해결함
참조 : https://ekimnida.tistory.com/51
'error' 카테고리의 다른 글
| Py)TypeError: can only concatenate str (not "int") to str 해결방법 (0) | 2023.01.12 |
|---|---|
| Git) warning: adding embedded git repository 해결 (0) | 2023.01.12 |
| err) TypeScript 오류 - 이 시스템에서 스크립트를 실행할 수 없으므로... (0) | 2023.01.11 |
| Git) There isn’t anything to compare 해결 방법 (0) | 2023.01.10 |
| error) VSCode 파일 자동 저장 설정/해제 (0) | 2022.11.26 |