strictly-typed icon indicating copy to clipboard operation
strictly-typed copied to clipboard

useTypedController render props type is wrong

Open mehmetnyarar opened this issue 3 years ago • 1 comments

Actual:

{
  value: ...,
  onChange: ...,
  onBlur: ...,
}

Desired:

{
  field: ...,
  fieldState: ...,
  formState: ...,
}

"react-hook-form": "^7.6.2", "@hookform/strictly-typed": "^0.0.4",

mehmetnyarar avatar May 19 '21 09:05 mehmetnyarar

+1

artursopelnik avatar May 16 '22 09:05 artursopelnik