Open RATCHAW opened 3 months ago
Hi, Any idea on how I can make use of setDefaultTypeProvider in this case?
setDefaultTypeProvider
ZodArgs( z.object({ image: z.instanceof(File), }), )
Error: Unsupported type info of Key("image") of Type("Any")
Hi, Any idea on how I can make use of
setDefaultTypeProvider
in this case?Error: Unsupported type info of Key("image") of Type("Any")