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
- 코딩테스트
- 개발자
- 정보처리기사
- 프로그래머스 코딩테스트
- html
- 코딩
- 알고리즘스터디
- next.js 에러
- 프로그래머스 Lv.0
- Redux-Toolkit
- 알고리즘문제
- 프로그래머스 코테
- 프로그래머스코테
- CSS
- 프로그래머스 레벨0
- 코테공부
- 코테준비
- 1일1코테
- 알고리즘공부
- 프로그래머스코딩테스트
- 코테스터디
- 정처기기출
- 프로그래밍
- js
- 프로그래머스 알고리즘
- next.js
- 자바스크립트
- 프로그래머스
- mysql
- 프로그래머스알고리즘
Archives
- Today
- Total
목록Provider wrap (1)
계발하는 개발자
[Next.js 13] Error: could not find react-redux context value; please ensure the component is wrapped in a <Provider> 에러 해결법
참고 https://github.com/reduxjs/react-redux/issues/2049 https://lobsterhyeon.tistory.com/41 에러 next.js에서 redux-toolkit 사용하려고 했을 때 다음과 같은 에러가 자꾸 났다..! Error: could not find react-redux context value; please ensure the component is wrapped in a Provider로 컴포넌트를 wrapping 하라는 메시지와 함께. 이러쿵 저러쿵 해봐도 자꾸 떠서 슬슬 한계 임박할 쯤에.. 다른 사람 github issue, 블로그 글을 참고해서 해결! 원인 먼저 에러 자체는 루트 컴포넌트를 Provider로 감싸지 않아서 발생한 거였다. r..
❗️Error
2023. 10. 13. 01:58