From d0d5c698ca8f5a686194080fa441d894d328e711 Mon Sep 17 00:00:00 2001 From: Ziinc Date: Thu, 12 Jan 2023 15:31:24 +0800 Subject: [PATCH] fix: update module path to fully qualified name --- react-deps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-deps.js b/react-deps.js index dec76e2e..53fb526e 100644 --- a/react-deps.js +++ b/react-deps.js @@ -21,7 +21,7 @@ export { // and https://github.com/TanStack/query/pull/3601 // ~ Show this aging PR some love to remove the need for this hack: // https://github.com/facebook/react/pull/25231 ~ -export { useSyncExternalStore } from "./use-sync-external-store"; +export { useSyncExternalStore } from "./use-sync-external-store.js"; // Copied from: // https://github.com/facebook/react/blob/main/packages/shared/ExecutionEnvironment.js