Form composition, using custom form field without children prop
This is still quite annoying for me, I'd rather just write
With react-hook-form this is trivial since the components don't live in the form that is returned from the use(App)Form hook but are just imported components
What I want is of course possible by using a custom hook that wraps
useAppForm. I'm just wondering if there is a recommended way.