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 |
Tags
- 코테공부
- Redux-Toolkit
- js
- 자바스크립트
- 코딩
- 프로그래머스 Lv.0
- 프로그래머스 코테
- 코테스터디
- 코테준비
- 프로그래머스 알고리즘
- 프로그래밍
- 알고리즘문제
- 개발자
- 프로그래머스 코딩테스트
- 프로그래머스알고리즘
- 코딩테스트
- 정처기기출
- 알고리즘스터디
- 프로그래머스코딩테스트
- 프로그래머스 레벨0
- 알고리즘공부
- 프로그래머스
- 정보처리기사
- 프로그래머스코테
- mysql
- CSS
- next.js
- html
- next.js 에러
- 1일1코테
Archives
- Today
- Total
목록NavigationDuplicated (1)
계발하는 개발자
[동일 라우터 중복 요청에러] NavigationDuplicated: Avoided redundant navigation to current location
참고 https://yeongseungjeong.tistory.com/48 https://stackoverflow.com/questions/57837758/navigationduplicated-navigating-to-current-location-search-is-not-allowed 에러 진행중인 프로젝트에서 라우터를 이용해 네비게이션바 클릭시 경로 변경을 시키고 있는데 이런 에러가 뜬다. NavigationDuplicated: Avoided redundant navigation to current location 이름만 봐도 알 수 있듯이 경로가 겹친다는 이야기인데, '지금 니가 이미 거기에 있는데 왜 또 거기로 가려고 하냐?' 대충 이런 느낌이다. 즉, 현재 페이지 주소가 이동하려는 페이지의 주소..
❗️Error
2023. 8. 24. 17:23