Fabian Hiller
Fabian Hiller
Can you make a code example for the `zod` option? Do you know if it is technically possible to get this data from a zod schema? Without looking it up,...
Thanks for the code. As soon as I have some more time I will think about the API design.
I have now investigated it and it seems to be possible to extract the required information with `.shape` and `._type`. Since I don't have much time at the moment and...
Does the problem exist when you downgrade to Qwik v1.1.5? Qwik v1.2.X is currently causing problems in general: https://github.com/BuilderIO/qwik/issues/4789
Can you check if the problem still occurs in v0.20.0?
Maybe this is the problem: https://github.com/vitejs/vite/issues/9528 Does the problem still occur when you run your Qwik application via `pnpm preview`?
This is strange. Since `formAction$` uses try/catch, `throw` should work. I will check this as soon as I find time.
Good idea! Currently I think it makes sense to add it to the `props` object.
Thanks for creating the issue and your feedback. I am in the process of revising the technical implementation of the `acktive` state and the recognition of field arrays. I am...
However, I have already fixed some of the problems. Please test the whole thing once in the latest version. The length should work according to my tests.