We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kit
1 parent a16fbbb commit 07ab557Copy full SHA for 07ab557
apps/svelte.dev/content/docs/kit/98-reference/[email protected]
@@ -2369,9 +2369,7 @@ type RemoteForm<
2369
/** The number of pending submissions */
2370
get pending(): number;
2371
/** Access form fields using object notation */
2372
- fields: Input extends void
2373
- ? never
2374
- : RemoteFormFields<Input>;
+ fields: RemoteFormFields<Input>;
2375
/** Spread this onto a `<button>` or `<input type="submit">` */
2376
buttonProps: {
2377
type: 'submit';
0 commit comments