Nicolas Dommanget
Results
2
comments of
Nicolas Dommanget
I've done it by doing that: ``` const formRef = useRef(); useEffect(() => { formRef?.current?.validateForm(); }, []); onSubmit(values, formikHelpers)}> ```
The workaround didn't work for me. Are there any updates?