From 9e77e77f056d65c42d105ed92b1c40db35493507 Mon Sep 17 00:00:00 2001 From: A Badly Drawn Wobbler Date: Mon, 23 Mar 2026 22:58:21 +0200 Subject: [PATCH] docs: fix incorrect `children` prop on svelte validation guide Removed a JSX `children` prop was left on the validation guide for Svelte's validation guide, which does not work and is duplicated as a correct snippet later in the code block. --- docs/framework/svelte/guides/validation.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/framework/svelte/guides/validation.md b/docs/framework/svelte/guides/validation.md index 30e2fd5a3..7e5c94767 100644 --- a/docs/framework/svelte/guides/validation.md +++ b/docs/framework/svelte/guides/validation.md @@ -391,11 +391,6 @@ You can subscribe to it via `form.Subscribe` and use the value in order to, for canSubmit: state.canSubmit, isSubmitting: state.isSubmitting, })} - children={(state) => ( - - )} > {#snippet children(state)}