devcaeg

Results 7 issues of devcaeg

### Which component is affected? Qwik Rollup / Vite plugin ### Describe the bug I'm experimenting with TailwindCSS version 4, but there's an issue when it's used with Qwik. I...

TYPE: bug
STATUS-1: needs triage
COMMUNITY: PR is welcomed

**What version of Tailwind CSS are you using?** v.next **What build tool (or framework if it abstracts the build tool) are you using?** vite (v5.1.5), @builder.io/qwik (v1.5.1), @builder.io/qwik-city (v1.5.1), @tailwindcss/vite...

v4
compat

The `formAction$` function forces you to pass the second parameter, even if it is not used. In my case, because of this restriction, I must pass `$(() => ({}))` as...

question

Hello @fabian-hiller, I'm using version v0.20.2 of ModularForms along with version v1.2.11 of QwikJS. I encounter an error from QwikJS when trying to use the "transform" property of a "field"...

bug
priority

@fabian-hiller First and foremost, I would like to express my gratitude for this fantastic plugin. I to report an issue that I have encountered with QwikJS. I'm currently using version...

bug
question

The `Prettify` type is an internal type used by `Valibot`. It acts as a “trick” in `TypeScript` to “unroll” the types, making them easier for the end user to understand....

enhancement