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.
Form actions advanced API
1 parent 270fde9 commit caed43dCopy full SHA for caed43d
.changeset/three-cooks-invent.md
@@ -0,0 +1,5 @@
1
+---
2
+"docs2": patch
3
4
+
5
+Fix link to `Form actions advanced API` section in Migration guide
apps/docs2/src/content/docs/misc/migration-from-v2.mdx
@@ -338,7 +338,7 @@ export { createFormIdBuilder as idBuilder } from '@sjsf/sveltekit'
338
339
The `makeFormDataParser` and `validateForm` functions
340
have been replaced with `createFormHandler`.
341
-See the [integration](../../integrations/sveltekit/#server) page for more information.
+See the [Form actions](../../integrations/sveltekit/form-actions/#advanced-api) page for more information.
342
343
The `initForm` function has been removed — specify initial values directly instead.
344
0 commit comments