Replies: 1 comment 2 replies
-
Hmm, no error on a fresh project.... I think it could be npm/vite related. I've tried upgrading these to no avail. I've yet to deploy my project live, so I'm tempted to do a complete upgrade (including SK2 and SV5), but an easy fix would be very welcome at this point in time. Holding off for the cavalry! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed the form usage section but I got this error:
I took a look at form-element-field.svelte and on line 7,
<script lang="ts" generics="T extends Record<string, unknown>, U extends FormPathLeaves<T>">
this error is given in VScode:
Not sure what the issue is. I'll create a reproduction if needed.
UPDATE...
I created a reproduction on stackblitz that works, however, in form-element-field.svelte, the closing chevron on the same
<script lang="ts" generics="T extends Record<string, unknown>, U extends FormPathLeaves<T>">
line is showing red, so something doesn't look quite right.Thanks
Beta Was this translation helpful? Give feedback.
All reactions