React
Error: could not find react-redux context value; please ensure the component is wrapped in a <Provider>
jyamin
2023. 8. 24. 16:31
728x90
Error: could not find react-redux context value; please ensure the component is wrapped in a <Provider>
이렇게 뜨는 이유가 무엇인가~
여기서 Provider로 감싸줘야 한다
감싸줄 때 import로 불러 올 때 주의할 것!
자동으로 뜨는걸로 하면 react-redux로 불러 올 수 있다
다시 수정해서 Provider가 어디있는지 찾아준다
728x90