Open mattp0123 opened 1 month ago
Hmm... the recursive type probably breaks the types of the library. 😐
@fabian-hiller maybe this could help: https://dev.to/scooperdev/supporting-circularly-referenced-mapped-types-in-typescript-4825
Yes, this might work, but it limits the depth. You can do this yourself by explicitly specifying a depth of only 10 instead of infinity in your schema.
i have a form like this:
seems a bit like nested & array field approach. could have dynamic field path like:
but i got this error when i trying to create the form: