Skip to content

Commit 97425bc

Browse files
committed
Remove unintentional action type
1 parent 91f97ba commit 97425bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/router/router.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,6 @@ type BaseNavigateOptions = BaseNavigateOrFetchOptions & {
432432
type BaseSubmissionOptions = {
433433
formMethod?: HTMLFormMethod;
434434
formEncType?: FormEncType;
435-
action?: ActionFunction;
436435
} & (
437436
| { formData: FormData; payload?: undefined }
438437
| { formData?: undefined; payload: any }

0 commit comments

Comments
 (0)