-
### Which component is affected?
Qwik Rollup / Vite plugin
### Describe the bug
I'm trying to trigger a click on a checkbox in a vitest using `userEvent` doesn't change the `checked` value of a che…
-
### Is your feature request related to a problem?
1.4.1 introduced a bug that made production builds fail to run.
### Describe the solution you'd like
We need an e2e test that builds a test app on …
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I've got something like that :
```jsx
const Slider = component$((props: SliderProps) => {
return
})
```
When I log the…
-
### Suggestion
we need a page to talk about using web components with qwik and the different trade-offs and ways to load in web components. right now if you search for "qwik web components" you are t…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I'm creating a page using Qwik, and when I add client interaction to it using `useSignal` and `onClick$` functions, I get this err…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
When working with a list of input bound to a `useStore` removing one item from the list always remove the last
```jsx
export de…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
The behavior I'm seeing is that a server-side useTask$ is running, but the changes are not being applied to the rendered HTM…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
Unit testing components that contain useResource$, track() and userEvent do not appear to work due to Promises.
When you ca…
-
**Is your feature request related to a problem? Please describe.**
I think that Qwik integration should be added
-
### Which component is affected?
Qwik Runtime
### Describe the bug
In dev mode :
Clicking on a `Link` tag disable hot reload on components imported inside a layout. (Updates in the layout it…