728x90
Error: Cannot read properties of undefined (reading 'getState')
import { Provider } from 'react-redux'
이걸로 했다면 실수
import Provider from '../redux/provider'
이렇게 수정
728x90
'React' 카테고리의 다른 글
Error: could not find react-redux context value; please ensure the component is wrapped in a <Provider> (0) | 2023.08.24 |
---|---|
lement type is invalid: expected a string (for built-in components) or a class/function... (0) | 2023.08.22 |
redux toolkit (0) | 2023.07.10 |
npm install redux-thunk --save (0) | 2023.07.07 |
Redux 미들웨어 (0) | 2023.07.07 |
댓글