withFieldGroup not return from createFormHook
in documentation it's showning there is an function called withFieldGroup. But I am not getting it.
Documentation: https://tanstack.com/form/latest/docs/framework/react/guides/form-composition#reusing-groups-of-fields-in-multiple-forms
Form Composition | TanStack Form React Docs
A common criticism of TanStack Form is its verbosity out-of-the-box. While this can be useful for educational purposes helping enforce understanding our APIs it's not ideal in production use cases. As...

6 Replies
foreign-sapphire•2mo ago
what version do you use?
of tanstack form
rare-sapphireOP•2mo ago
"@tanstack/react-form": "^1.14.2"
foreign-sapphire•2mo ago
withFieldGroup is 1.15
it was released mere hours ago
rare-sapphireOP•2mo ago
😅 sorry
foreign-sapphire•2mo ago
no worries! let me know if there‘s other issues with the feature (since it‘s pretty new)
rare-sapphireOP•2mo ago
Thank You