Skip to content

Commit

Permalink
Fix a missing change in data-loading.mdx (#957)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
tentaShiratori and kodiakhq[bot] authored Nov 26, 2024
1 parent ecd475a commit 4238c03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Using some of the features of `solid-router`, we can create a cache for our data
<div id="ts">
```tsx title="/routes/users.tsx" {6, 9, 12}
import { For } from "solid-js";
import { createAsync, cache } from "@solidjs/router";
import { createAsync, query } from "@solidjs/router";

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

Expand Down

0 comments on commit 4238c03

Please sign in to comment.