-
### Which component is affected?
Qwik City (routing)
### Describe the bug
The first time you submit a form in dev mode with `` or `run();`, it doesn't display the value returned by the action…
-
### Suggestion
Now that Qwik 0.17.x is out, I want to test `loader$`. But I have to run through so many issues to learn how to use it.
I can't find it on the docs related to the Qwik-City. I think…
-
### Which component is affected?
Starters / CLI
### Describe the bug
I created a directory `qwik-test` and cd into it. Then ran `npm create qwik@latest` and chose the replace option, followed by `n…
-
### Is your feature request related to a problem?
It would be nice to be able to react to the client-side navigation as currently, the page does not give any indication of loading which can lead to a…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
Setting `trailingSlash` to `false` no longer works as of qwik 0.17.2 and qwik-city 0.1.0-beta11
```ts
qwikCity({
tra…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
It seems some useStore values don't update the dom correctly / consistently.
video: https://www.loom.com/share/f8f98dead0bf4ea8…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
In recent qwik city code, there is a typo.
https://github.com/BuilderIO/qwik/blob/641e250be1554f6c995a76c8b9079a7f4a3397…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
After upgrading to the latest version of Qwik, vitest can't successfully click a button with a QRL parameter. It fails with …
-
### Qwik Version
0.9.0
### Operating System (or Browser)
Windows / Chrome
### Node Version (if applicable)
_No response_
### Which component is affected?
Starters / CLI
### Exp…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
I am following the Qwik "Getting Started" documentation.
I follow the standard installation flow, i.e.
```shell
npm …