export 'withRouter' (imported as 'withRouter') was not found in 'react-router-dom'
export 'withRouter' (imported as 'withRouter') was not found in 'react-router-dom' 위의 애러가 난다면, router에서 history를 사용하기위해 설정 도중에 에러가 떴을 것이다. 만약 아래와 같이 실행을 했는데 안된다면, 나와 같은 이유에서 안되는 것이기 때문에 해결책을 참고하자. 1. history를 쓰려면 아래와 같이 import를 한다. import { withRouter } from "react-router-dom"; 2. 아래와 같이 export를 한다. export default withRouter(App); 3. 사용하고자 하는 컴포넌트에서 history를 props로 받아서 사용한다. import React from "r..
Web/React
2022. 3. 31. 20:18
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 클라우데라
- react autoFocus
- Deque
- nextjs autoFocus
- next.config.js
- mongoDB
- 자연어처리
- 자료구조
- Express
- typescript
- DFS
- react
- useHistory 안됨
- login
- vuejs
- read_csv
- NextJS
- TensorFlow
- BFS
- useState
- JavaScript
- UserCreationForm
- error:0308010C:digital envelope routines::unsupported
- Vue
- nodejs
- logout
- django
- Python
- pandas
- Queue
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함