You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so if you pass the form then in the component src\routes\settings\settings-form.svelte YOU USE - > data.form
const form = superForm(data.form, {
validators: zodClient(formSchema),
});
you will face this issue:
SuperFormError: No form data sent to superForm. Make sure the output from superValidate is used (usually data.form) and that it's not null or undefined. Alternatively, an object with default values for the form can also be used, but then constraints won't be available.
The text was updated successfully, but these errors were encountered:
Change Type
Correction
Proposed Changes
Hi simple replace the :
with
Why TR;TL
if you apply the docs will have this issue :
in src\routes\settings+page.svelte
so if you pass the form then in the component src\routes\settings\settings-form.svelte YOU USE - > data.form
you will face this issue:
The text was updated successfully, but these errors were encountered: