Skip to content

Commit 109e329

Browse files
committed
move preloaded
1 parent 905f4f6 commit 109e329

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
@@ -29,7 +29,7 @@ import {
2929
} from "../browser/logging.js";
3030
import { ConvexQueryOptions } from "../browser/query_options.js";
3131
import type { Preloaded } from "./hydration.js";
32-
import { parsePreloaded } from "./preloaded_utils.js";
32+
import { parsePreloaded } from "./preloaded.js";
3333

3434
// When no arguments are passed, extend subscriptions (for APIs that do this by default)
3535
// 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

0 commit comments

Comments
 (0)