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 @@ -29,7 +29,7 @@ import {
2929} from "../browser/logging.js" ;
3030import { ConvexQueryOptions } from "../browser/query_options.js" ;
3131import 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.
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