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 afd2180 commit 7a7f4b1Copy full SHA for 7a7f4b1
contributors.yml
@@ -387,3 +387,4 @@
387
- yuleicul
388
- zeromask1337
389
- zheng-chuang
390
+- 3fuyang
docs/start/data/data-loading.md
@@ -15,7 +15,7 @@ Data is provided to route components from route loaders:
15
createBrowserRouter([
16
{
17
path: "/",
18
- loader: () => {
+ loader: async () => {
19
// return data from here
20
return { records: await getSomeRecords() };
21
},
0 commit comments