value
in form.Field validator is any
#904
Answered
by
Balastrong
shinobu-uwu
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
Balastrong
Aug 13, 2024
Replies: 1 comment 1 reply
-
That value should indeed have a proper type. Your code seems correct, maybe you're missing |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shinobu-uwu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That value should indeed have a proper type. Your code seems correct, maybe you're missing
"strict": true
in thetsconfig.json
of your project?