We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
form-element-field raise errors
clean project setup according to shadcn-svelte docs
Property 'children' does not exist on type 'Omit<WithElementRef<HTMLAttributes<HTMLDivElement>>, "children"> & ElementFieldProps<T, U>'.ts(2339)
c:\Users\tzezar\Documents\GitHub\datagrid\sites\official\src\lib\components\ui\form\form-element-field.svelte:25:53 Error: Binding element 'value' implicitly has an 'any' type. (ts) <FormPrimitive.ElementField {form} {name}> {#snippet children({ constraints, errors, tainted, value })} <div bind:this={ref} class={cn("space-y-2", className)} {...restProps}>
System: OS: Windows 10 10.0.19045 CPU: (12) x64 12th Gen Intel(R) Core(TM) i5-12400F Memory: 15.70 GB / 31.86 GB Binaries: Node: 22.11.0 - C:\Program Files\nodejs\node.EXE npm: 11.0.0 - C:\Program Files\nodejs\npm.CMD Browsers: Edge: Chromium (130.0.2849.68)
annoyance
The text was updated successfully, but these errors were encountered:
Can you provide a reproduction?
Sorry, something went wrong.
Hmm... I wanted to, but I can't seem to reproduce this anymore.
No branches or pull requests
Describe the bug
form-element-field raise errors
Reproduction
clean project setup according to shadcn-svelte docs
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: