Pass props through context?
Is there a way to set up some variables on the top useAppForm level that would be accessible through useFieldContext on the field level? Use case I want to be able to configure some UI options for the whole form (show/hide errors, compact vs normal mode, etc) and if I don't have to set up an additional context for that it would be nice.