explicitly typed defaultValues #609
-
const {
Provider,
Field,
state: formState,
} = useForm({
defaultValues: {
commenceTime: null,
},
}); is defaultValues only being infer? can't it be explicitly typed? |
Beta Was this translation helpful? Give feedback.
Answered by
crutchcorn
Jun 27, 2024
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
crutchcorn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
useForm<SomeTypeHere>