We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71aef03 commit a38cb4dCopy full SHA for a38cb4d
1 file changed
docs/useCreate.md
@@ -78,7 +78,8 @@ const LikeButton = () => {
78
}
79
if (error) { return <p>ERROR</p>; }
80
return <button disabled={isPending} onClick={handleClick}>Like</button>;
81
-};```
+};
82
+```
83
84
`data` the record to create.
85
0 commit comments