creating a form context and using useField from that context
while using version
0.33.0
i did something link this
FormContext createContext<ReactFormApi<[type inferred from zod schema
]>
i split my form up into many different components and i use the useField hook available from this FormContext
the latest version of the library does not allow that how would i approach this problem?
for additional context: my form is about 120 fields, some fields depend on others and depend on previously selected values to filter the content/ fields that the user needs to select to move forward0 Replies