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"; 로 변경 되었다.
react-native codepush 적용중에 2가지 문제점이 발생 (0) | 2023.07.22 |
---|---|
애플 개발자 프로그램 구매를 했는데.. (1) | 2023.07.22 |
Thunder Client 로 typescript interface 만들기 (0) | 2023.03.30 |
Thunder Client (0) | 2023.03.30 |
Jest 날짜 고정 시키기 (0) | 2022.10.20 |