We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be723cf commit 1824b67Copy full SHA for 1824b67
e2e/solid-start/query-integration/src/routes/loader-fetchQuery/$type.tsx
@@ -16,7 +16,7 @@ export const Route = createFileRoute('/loader-fetchQuery/$type')({
16
context: ({ params }) => ({
17
queryOptions: makeQueryOptions(`loader-fetchQuery-${params.type}`),
18
}),
19
-
+
20
loader: ({ context, params }) => {
21
const queryPromise = context.queryClient.fetchQuery(context.queryOptions)
22
if (params.type === 'sync') {
0 commit comments