ciscoheat / sveltekit-superforms

Making SvelteKit forms a pleasure to use!
https://superforms.rocks
MIT License
2.13k stars 62 forks source link

FormFieldProxy not working in Svelete 5 #314

Closed GimpMaster closed 7 months ago

GimpMaster commented 8 months ago

I was trying to follow the componentization documentation using Svelte 5.

Docs here: https://superforms.rocks/components

But I was getting these typescript errors.

image

As well as Sveltekit crashing with this error.

image

Any one get FormFieldProxy working in Svelte5 yet?

ciscoheat commented 7 months ago

Just tested, and it works fine in the latest v2 version (2.0.0-alpha.37). Can you try again with that?

ciscoheat commented 7 months ago

It's working fine on this repo, so I'm closing this as it seems to work. https://stackblitz.com/edit/superforms-2-testing-5jhp1p?file=package.json,src%2Froutes%2F%2Bpage.svelte%3AL10