We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug <form onSubmit={submitForm}>
<form onSubmit={submitForm}>
async function submitForm( e: Omit<SubmitEvent, 'currentTarget'> & { readonly currentTarget: HTMLFormElement; } & { formData: FormData; }, ) { console.log(e); }
e is undefined. submitForm is a server action.
Expected behavior Should contain the event with formData in it.
Verified that in version 0.2.5-canary.4
Works as expected.
The text was updated successfully, but these errors were encountered:
I'm going to take a look at this! Thanks for the report.
Sorry, something went wrong.
aralroca
Successfully merging a pull request may close this issue.
Describe the bug
<form onSubmit={submitForm}>
e is undefined. submitForm is a server action.
Expected behavior
Should contain the event with formData in it.
Verified that in version 0.2.5-canary.4
Works as expected.
The text was updated successfully, but these errors were encountered: