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 4eb238b commit b2b68b8Copy full SHA for b2b68b8
contributors.yml
@@ -152,3 +152,4 @@
152
- xavier-lc
153
- xcsnowcity
154
- yuleicul
155
+- pavsoldatov
docs/start/tutorial.md
@@ -605,7 +605,8 @@ import {
605
import { getContacts, createContact } from "../contacts";
606
607
export async function action() {
608
- await createContact();
+ const contact = await createContact();
609
+ return { contact }
610
}
611
612
/* other code */
0 commit comments