상세 컨텐츠

본문 제목

React-Query Cannot find module '../../../node_modules/use-sync-external-store/shim/index.js' 해결방안

개발기록

by 까먹기전에 2022. 10. 20. 13:42

본문

반응형
Cannot find module '../../../node_modules/use-sync-external-store/shim/index.js'

라는 오류 해결방안이다

 

 

React-Query v4 에서는 import 방식이 바뀌었다

 

//v4
import { QueryClient, QueryClientProvider } from "@tanstack/react-query";

devtools 같은 경우도

import { ReactQueryDevtools } from "@tanstack/react-query-devtools"; 로 변경 되었다.

 

#ref
https://tanstack.com/query/v4/docs/installation

관련글 더보기