-
Hi, i have a file upload field in form. I am trying to use it with Zod, I added |
Beta Was this translation helpful? Give feedback.
Answered by
beerose
Dec 9, 2021
Replies: 1 comment
-
Is |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
IRediTOTO
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is
FileList
imported into this file? This error means that in this file, it can't find anything calledFileList
.