-
use qwik-react to use mui components in qwik project
-
### Which component is affected?
Qwik Runtime
### Describe the bug
If I define:
```
const Input = component$((props: any) => {
return ;
});
```
That doesn't work to set `bind:value={xxx…
-
Just upgraded to qwik 1.3.3 and it seems some types have been changed. A text input field component I based on https://modularforms.dev/qwik/guides/input-components throws TS errors for all defined Fu…
genox updated
9 months ago
-
When cypress configures an app for component testing, it adds these 3 files under the `support` folder:
https://github.com/qwikifiers/qwik-ui/tree/main/packages/headless/cypress/support
and add …
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
When I navigate from the main website page (in which I set meta tags using `DocumentHead`) to a blog post (in which I…
-
After updating Qwik to 1.3.0, the `required` validator throws the typescript error:
`Type 'QRL string>' is not assignable to type 'QRL'.ts(2322)`
Code to reproduce:
```typescript
import { compo…
-
### Is your feature request related to a problem?
I'm using `ToggleGroup`, where `ToggleGroup.Item` are represented as buttons, `onValueChange$` I'm updating the URL (pathname and searchParams) and n…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
Route loader logic is dropping query params on static builds, but is working correctly on SSR builds. It is necessary…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
According to the documentation `onSubmitCompleted$` should be executed right after the action is executed successfully and returns…
-
### Suggestion
Component Library
A Component Library is required that is prominent on the website. Click **Components** on the top of the website and you are dropped into a search system where t…