File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
npm-packages/convex/src/react Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ import {
3939 ExtendedTransition ,
4040} from "../browser/sync/paginated_query_client.js" ;
4141import 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.
Original file line number Diff line number Diff line change 11import { useMemo } from "react" ;
22import { useQuery } from "../react/client.js" ;
33import { 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.
You can’t perform that action at this time.
0 commit comments