<!-- 👋 Hey, thanks for taking an interest in 🏁 React Final Form! --> ### Are you submitting a **bug report** or a **feature request**? bug report <!-- For support request, please use Stack Overflow instead. This issue tracker is reserved for bugs and features. --> ### What is the current behavior? <!-- If this is a bug, please include steps to reproduce and a minimal demo of the problem using Sandbox, Plunkr, WebpackBin or JSFiddle. --> https://final-form.org/docs/react-final-form/types/FormProps#onsubmit ``` callback?: (errors?: SubmissionErrors) => void, ``` ### What is the expected behavior? ``` callback: (errors?: SubmissionErrors) => void, ``` I believe `callback` parameter is passed everytime, it's just matter of function itself if it wants to use it.