Skip to content

Commit 4238c03

Browse files
Fix a missing change in data-loading.mdx (#957)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent ecd475a commit 4238c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/solid-start/building-your-application/data-loading.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Using some of the features of `solid-router`, we can create a cache for our data
5555
<div id="ts">
5656
```tsx title="/routes/users.tsx" {6, 9, 12}
5757
import { For } from "solid-js";
58-
import { createAsync, cache } from "@solidjs/router";
58+
import { createAsync, query } from "@solidjs/router";
5959

6060
type User = { name: string; email: string };
6161

0 commit comments

Comments
 (0)