devcaeg
devcaeg
Try adding `"sideEffects": false` in your `package.json` and run the build again, I think this will solve your problem.
The problem is that if a person does not want to validate it, he is forced to put a "$" function that returns an empty object. I know it's not...
I use a backend framework (my own) for end-to-end type safety. With that I am covered from errors thanks to TypeScript, and the server itself has its `schemas` on each...
I actually have another problem with this haha. ```ts type LoginForm = { email: string; password: string; }; export const useFormAction = formAction$( async (values) => { const _client =...
@adamwathan Has any decision been made regarding adding this class? I think it is a very useful and widely used class.
Hello, I apologize for the inconvenience. Is there an alternative while the error persists? Due to this issue, I can't use the "transform" function on fields. For instance, I need...
I understand that you might be busy and perhaps don't have enough time, which is completely understandable. Do you plan to continue developing ModularForms, or will the project be abandoned?...
Congratulations on your academic achievements! Regarding ModularForms, I'm convinced it will gain a lot of traction in the coming months. It might not have had the initial momentum that Vailbot...
I opened the problem on QwikJS Discord, but I got no response. Someone tagged you in the question haha. Today I will open the problem in the QwikJS repository on...
I have created a reproduction in StackBlitz using ModularForms and another without using ModularForms. Playback with ModularForms: https://stackblitz.com/edit/qwik-starter-hxqulw?file=src%2Froutes%2Findex.tsx Playback without ModularForms: https://stackblitz.com/edit/qwik-starter-juwwvd?file=src%2Froutes%2Findex.tsx PS: The error in StackBlitz is a bit...