You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(react-form): fix createFormHook returning hooks and HoC with any types (#1253)
* fix(form-core): fix typing for formOptions so they don't override additional args passed to form
* ci: apply automated fixes and generate docs
* fix(react-form): fix createFormHook returning hooks and HoC with any types
* chore: add tests
* ci: apply automated fixes and generate docs
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Defined in: [packages/react-form/src/createFormHook.tsx:138](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L138)
10
+
Defined in: [packages/react-form/src/createFormHook.tsx:173](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L173)
11
11
12
12
## Extends
13
13
@@ -49,7 +49,7 @@ Defined in: [packages/react-form/src/createFormHook.tsx:138](https://github.com/
49
49
optionalprops: TRenderProps;
50
50
```
51
51
52
-
Defined in: [packages/react-form/src/createFormHook.tsx:165](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L165)
52
+
Defined in: [packages/react-form/src/createFormHook.tsx:200](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L200)
53
53
54
54
***
55
55
@@ -59,7 +59,7 @@ Defined in: [packages/react-form/src/createFormHook.tsx:165](https://github.com/
59
59
render: (props) =>Element;
60
60
```
61
61
62
-
Defined in: [packages/react-form/src/createFormHook.tsx:166](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L166)
62
+
Defined in: [packages/react-form/src/createFormHook.tsx:201](https://github.com/TanStack/form/blob/main/packages/react-form/src/createFormHook.tsx#L201)
0 commit comments