Skip to content

Commit f9616f9

Browse files
committed
docs(react-remix-form): fix useTransform import
1 parent 070caca commit f9616f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/framework/react/guides

docs/framework/react/guides/ssr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,13 +415,13 @@ import {
415415
useActionData,
416416
useForm,
417417
useStore,
418-
useTransform,
419418
} from '@tanstack/react-form'
420419
import {
421420
ServerValidateError,
422421
createServerValidate,
423422
formOptions,
424423
initialFormState,
424+
useTransform,
425425
} from '@tanstack/react-form-remix'
426426

427427
import type { ActionFunctionArgs } from '@remix-run/node'

0 commit comments

Comments
 (0)