Skip to content

Commit 58759bc

Browse files
committed
move preloaded
1 parent 4ea22a8 commit 58759bc

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

npm-packages/convex/src/react/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import {
3939
ExtendedTransition,
4040
} from "../browser/sync/paginated_query_client.js";
4141
import type { Preloaded } from "./hydration.js";
42-
import { parsePreloaded } from "./preloaded_utils.js";
42+
import { parsePreloaded } from "./preloaded.js";
4343

4444
// When no arguments are passed, extend subscriptions (for APIs that do this by default)
4545
// for this amount after the subscription would otherwise be dropped.

npm-packages/convex/src/react/hydration.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useMemo } from "react";
22
import { useQuery } from "../react/client.js";
33
import { FunctionReference } from "../server/api.js";
4-
import { parsePreloaded } from "./preloaded_utils.js";
4+
import { parsePreloaded } from "./preloaded.js";
55

66
/**
77
* The preloaded query payload, which should be passed to a client component
File renamed without changes.

0 commit comments

Comments
 (0)