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.
1 parent dd1c532 commit 8b969e9Copy full SHA for 8b969e9
.changeset/cool-snails-eat.md
@@ -0,0 +1,7 @@
1
+---
2
+"@sjsf/sveltekit": patch
3
+"playground": patch
4
+"docs": patch
5
6
+
7
+Migrate to `createForm3`
.changeset/ten-experts-compete.md
@@ -0,0 +1,10 @@
+"@sjsf/form": minor
+Add `createForm3` function
+## Migration
8
9
+- Replace `useForm2` with `createForm3`.
10
+- If custom form is used it should call `setFormContext(form.context)` before using `FormContent` and `SubmitButton` components.
0 commit comments