Léo Lhuile
Léo Lhuile
Hi, thanks for your answer. I have already fetch the processor data from windows, but something looks wrong. I put here my code for fetch the processor data : [getfreememory.zip](https://github.com/giordi91/performanceWidget/files/2374090/getfreememory.zip)
Hey, I've come up with a solution for using Zod for form validation. Here's the code snippet: ```typescript export const useValidation = (schema: z.ZodType) => useCallback( ({ getFieldsValue }: FormInstance)...
Hi @sevgit, You're correct ; the use of `@ts-ignore` was due to a type mismatch issue. In fact as you said, the types for the validator callback are indeed incomplete...