We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11cab49 commit b75d4feCopy full SHA for b75d4fe
docs/framework/react/guides/ssr.md
@@ -58,7 +58,7 @@ const serverValidate = createServerValidate({
58
export const handleForm = createServerFn({
59
method: 'POST',
60
})
61
- .validator((data: unknown) => {
+ .inputValidator((data: unknown) => {
62
if (!(data instanceof FormData)) {
63
throw new Error('Invalid form data')
64
}
0 commit comments