AppField doesn't exist on form object returned from useFormContext()
I've been trying to get this to work for two hours now. The premise sounds great but for some reason type inference isn't working.
I have my
Then my
Then the place where I want to create my form:
I have my
form-context.ts file:Then my
form.ts file for exporting the useAppForm hook:Then the place where I want to create my form: