React-Query Cannot find module '../../../node_modules/use-sync-external-store/shim/index.js' 해결방안
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
개발기록
2022. 10. 20. 13:42