Skip to content

Add useWatch hook#12

Merged
mununki merged 2 commits intomainfrom
use-watch
Mar 18, 2025
Merged

Add useWatch hook#12
mununki merged 2 commits intomainfrom
use-watch

Conversation

@mununki
Copy link
Owner

@mununki mununki commented Mar 18, 2025

//useWatch
type useWatchParamsOfInputs = {
  name: variantOfInputs,
  control: controlOfInputs=?,
  defaultValue: valueOfInputs=?,
  disabled: bool=?,
  exact: bool=?,
}
@module("react-hook-form")
external useWatchOfInputs: useWatchParamsOfInputs => option<valueOfInputs>

@mununki mununki merged commit a44ec37 into main Mar 18, 2025
7 checks passed
@mununki mununki deleted the use-watch branch March 18, 2025 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant