is there a way to use outside but still connected?
I'm getting Uncaught Error: useField must be used inside of a component.
I like to reference the Form in Field component
I'm getting Uncaught Error: useField must be used inside of a component.
when trying to use outside
No. <Form/>
sets stuff in React context that <Field/>
needs.