-
-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
- Before posting an issue, read the FAQ and search the previous issues.
Description
A clear and concise description of what the bug is, and, unless obvious, what you expected instead.
<script lang="ts">
import type { PageData } from "./$types";
type Props = {
data: PageData;
};
let { data }: Props = $props();
const form = superForm(data.form, {
validators: zod4Client(recommendSchema)
});
</script>
how resolve this warnning? Is it superForm internal error?
If applicable, a MRE
Use this template project to create a minimal reproducible example that you can link to here: https://sveltelab.dev/github.com/ciscoheat/superforms-examples/tree/zod (right click to open in a new tab)
devcsrj, n00ki, thunze, jandillmann, kmalloy24 and 2 more
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation