Object literal may only specify known properties, and '"name"' does not exist in type '{ children: (this: void) => unique symbol & { _: "functions passed to {@render ...} tags must use the Snippet type imported from \"svelte\""; }; id?: string | undefined; style?: "filled" | ... 2 more ... | undefined; ... 6 more ...; labelclass?: string | undefined; }'.ts(2353)
(property) "name": string
Reproduction
<FloatingLabel size="small" style="filled" id="full_name" name="full_name" type="text" inputclass="rounded-md">
Full name
</FloatingLabel>
Describe the bug
Object literal may only specify known properties, and '"name"' does not exist in type '{ children: (this: void) => unique symbol & { _: "functions passed to {@render ...} tags must use the
Snippet
type imported from \"svelte\""; }; id?: string | undefined; style?: "filled" | ... 2 more ... | undefined; ... 6 more ...; labelclass?: string | undefined; }'.ts(2353) (property) "name": stringReproduction
Version and System Info