Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2369,9 +2369,7 @@ type RemoteForm<
/** The number of pending submissions */
get pending(): number;
/** Access form fields using object notation */
fields: Input extends void
? never
: RemoteFormFields<Input>;
fields: RemoteFormFields<Input>;
/** Spread this onto a `<button>` or `<input type="submit">` */
buttonProps: {
type: 'submit';
Expand Down