svecosystem / formsnap

Functional, accessible, and powerful form components for Svelte. 🫰
https://formsnap.dev
MIT License
590 stars 28 forks source link

Ability to handle recursive types #119

Closed noobmaster19 closed 9 months ago

noobmaster19 commented 10 months ago

I have a entity that has a recursive structure.

Type instantiation is excessively deep and possibly infinite.ts(2589)

Is there anyway i can fix this?

noobmaster19 commented 7 months ago

Hey, I'm still facing the same issue, is there some materials i can reference on how to set up a recursive type form?

noobmaster19 commented 2 weeks ago

Hey! I'm actually still facing this issue, is this not supported?

huntabyte commented 2 weeks ago

You provided almost near 0 information with the issue. Regardless, we use types from sveltekit-superforms so if it is supported there it should be supported with formsnap. If not, try opening an issue there.