react-hook-form component types require the control prop
The react-hook-form Controller component doesn't actually require the control prop if a FormProvider is used. It will automatically get the control from context. Could we update the typings to make this prop optional to match the hook form docs?