Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

useTypedController render props type is wrong #36

Open
mehmetnyarar opened this issue May 19, 2021 · 1 comment
Open

useTypedController render props type is wrong #36

mehmetnyarar opened this issue May 19, 2021 · 1 comment

Comments

@mehmetnyarar
Copy link

mehmetnyarar commented May 19, 2021

Actual:

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

Desired:

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

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

@artursopelnik
Copy link

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants