Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make form submission example clearer (#736)
In the example, the `onSubmit` function receives a `formData` obj. However, the actual data is in `formData.formData`. While this is explained in the docs, I propose making it clearer in the example as well.
- Loading branch information