728x90
반응형
Cannot read properties of null (reading 'useRef')
react-query를 설치하면서 index.js 를 수정하다가 문제가 생긴거같은데
인터넷에 검색을 해보니 뭐.. 경로가 맞지 않거나 버전이 호환되지 않아서 그런 문제라는 말이 많아서
혹시 몰라서 일단 react를 update를 해주었다
npm update를 했더니
뭔가 관련된 문제가 나온거 같긴한데 아직도 정확하게 뭔지는 모르겠다
Module build failed (from ./node_modules/source-map-loader/dist/cjs.js):
Error: ENOENT: no such file or directory, open 'D:\Github\React\shopping-mall\node_modules\@reduxjs\toolkit\node_modules\immer\dist\immer.mjs'
모듈 빌드 실패(./node_modules/source-map-loader/dist/cjs.js에서):
오류: ENOENT: 해당 파일 또는 디렉토리가 없습니다. 'D:\Ghubit\React\shopping-mall\node_modules\@reduxjs\toolkit\node_modules\immer\dist\immer.mjs'를 엽니다
node-moudules 패키지 다시 다운해도 안됨.. 진짜.. ㅜㅜㅜ
이것 저것 설치해도 안되서.. 결국 index.js 안에 넣었던 코드 주석 처리 해둠..
let result2 = useQuery('useReactQuery',()=>{
return a.data;
})
여기서 오류가 나는 것으로 확인됨..
react-query 버전이 바뀌면서 코드 오류인거같음..
728x90
반응형
'PROGRAMING📚 > React📑' 카테고리의 다른 글
[React] React Query 설치하기 (0) | 2024.01.19 |
---|---|
[React]Bad argument type. Starting with v5, only the "Object" form is allowed when calling query related functions.Please use the error stack to find the culprit call. More info here: (0) | 2024.01.19 |
[React] 로컬스토리지 사용하는 방법 (0) | 2024.01.17 |
리액트(React) styled-components 설치 & 사용하기 (1) | 2023.11.27 |
리액트(React) 라우터 설치&셋팅 (0) | 2023.11.26 |
댓글