728x90
Error: could not find react-redux context value; please ensure the component is wrapped in a <Provider>
이렇게 뜨는 이유가 무엇인가~
여기서 Provider로 감싸줘야 한다
감싸줄 때 import로 불러 올 때 주의할 것!
자동으로 뜨는걸로 하면 react-redux로 불러 올 수 있다
다시 수정해서 Provider가 어디있는지 찾아준다
728x90
'React' 카테고리의 다른 글
CSS 속성 사용시 타입 에러 해결 방법 (0) | 2023.12.11 |
---|---|
lement type is invalid: expected a string (for built-in components) or a class/function... (0) | 2023.08.22 |
redux 에러코드 Error: Cannot read properties of undefined (reading 'getState') (0) | 2023.08.14 |
redux toolkit (0) | 2023.07.10 |
npm install redux-thunk --save (0) | 2023.07.07 |
댓글