In the PDFForm.tsx in the handleSubmit function the setFile(undefined) doesn't reset the form, I've also tried null but it doesn't work either. I think it does change the file state to null and that shows in the console, but the form itself doesn't reset.
In the PDFForm.tsx in the handleSubmit function the setFile(undefined) doesn't reset the form, I've also tried null but it doesn't work either. I think it does change the file state to null and that shows in the console, but the form itself doesn't reset.