devcaeg

Results 40 comments of devcaeg

> Does the problem exist when you downgrade to Qwik v1.1.5? Qwik v1.2.X is currently causing problems in general: [BuilderIO/qwik#4789](https://github.com/BuilderIO/qwik/issues/4789) I have made a modification to the 'index.qwik.mjs' file, specifically...

> Can you check if the problem still occurs in v0.20.0? Hello, excuse my absence. In the latest version of QwikJS and ModularForms, the same error continues to occur.

I would like to know if there is anything I can do to help solve this problem.

> Maybe this is the problem: [vitejs/vite#9528](https://github.com/vitejs/vite/issues/9528) > > Does the problem still occur when you run your Qwik application via `pnpm preview`? Hello, yes, in preview mode the error...

For what it's worth, this is my "formAction$" that I use to test the error. ``` export const useAction = formAction$(() => { throw new FormError({ mobilePhoneNumber: 'Test error.', });...

I just realized that if instead of doing a "throw" you do a "return" the error disappears and everything seems to work correctly. I used "throw" because the documentation says...

@fabian-hiller I am very interested in the new types functionality to be able to accurately get the errors that a schema may have. This is very useful for end-to-end type...

For those interested in continuing to explore TailwindCSS version 4 without encountering this problem, I have shared a temporary and provisional solution in this comment https://github.com/tailwindlabs/tailwindcss/issues/13112#issuecomment-1983444305