Type safety with prebound Form components
I'm trying to extract part of my form into a component, from what I could tell prebound form components would be my best bet of doing this. However, I lose type safety when using
useFormContext() when trying to access form data or useFieldContext()Is there a way to maintain type safety in this situation?
