Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 코딩테스트
- Git
- Firebase
- 리액트오류
- ReactError
- 깃커밋
- 깃허브
- nextjs
- gitcommit
- HTML
- 깃버전
- API
- typescript
- 국비지원취업
- 야놀자
- react
- gitignore
- 패스트캠퍼스
- 프로그래머스
- 자바스크립트
- 파이어베이스
- javascript
- gitrevert
- 리액트
- 프론트엔드개발자
- 클론코딩
- 깃
- github
- js
- webdevcurriculum
Archives
- Today
- Total
목록리액트에러 (1)
Project.log

노마드코더 니꼴라스와 만드는 트위터 서비스를 만들면서 오류를 발견했습니다. 바로 export 'Switch' (imported as 'Switch') was not found in 'react-router-dom' 입니다. import { useState } from "react"; import { HashRouter as Router, Route, Switch } from "react-router-dom"; import Auth from "../routes/Auth"; import Home from "../routes/Home"; const AppRouter = () => { const [isLoggedIn, setIsLoggedIn] = useState(false); return ( {isLogged..
React.js
2023. 4. 22. 14:55