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 e39f8a9 commit a0e6be5Copy full SHA for a0e6be5
docs/start/tutorial.md
@@ -1491,7 +1491,7 @@ Notice how controlling the input requires three points of synchronization now in
1491
import { useEffect, useState } from "react";
1492
// existing code
1493
1494
- export async function loader({ request }) {
+export async function loader({ request }) {
1495
const url = new URL(request.url);
1496
const q = url.searchParams.get("q") || "";
1497
const contacts = await getContacts(q);
0 commit comments