CoreuseFormContext()useFormContext This hook works like useForm(), with the difference that it doesn't create store. useFormContext() should be use only as a form children. Import import { useFormContext } from "@formiz/core"; Refer to useForm()useForm()useFormFields()