Fabian Hiller

Results 1064 comments of Fabian Hiller

Thanks for creating this issue. Do you know the last version of Modular Forms where this worked without a TS error?

I can't reproduce the bug. It seems to work as expected on my machine. 😬

Yes, with `import { z } from "@builder.io/qwik-city"` the same error happens to me.

I think Qwik should remove the `z` export and devs should import it directly from Zod.

Hey, Valibot parses complex data that may contain nested schemas without modifying the original input. This is useful when applying transformations, for example. An object forms the basis of all...

I don't think this is currently possible. 😐

I need more context. What is `loaded`? Why it is necessary to access this object? Can you send me a minimal reproduction via StackBlitz?

I don't quite understand the use case. Do you want to send the form only when it is "dirty" and contains changes?