-
### Which component is affected?
Qwik Runtime
### Describe the bug
We need to render something conditionally, or in another component we want to connect a conditionally rendered jsx node to a resou…
-
### Qwik Version
0.9.0
### Operating System (or Browser)
Chrome
### Node Version (if applicable)
_No response_
### Which component is affected?
Qwik City
### Expected Behaviour…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I'm building a form library (inspired by Angular) and have run into a few issues.
video: https://www.loom.com/share/58a3…
-
### Which component is affected?
Qwik Rollup / Vite plugin
### Describe the bug
Changes made to a `routes/subroute/index.tsx` file are not reflected after saving in dev mode, and the dev server mus…
-
### Qwik Version
0.12.1
### Operating System (or Browser)
Chrome 106.0.5249.119 (Official Build) (arm64)
### Node Version (if applicable)
v18.11.0
### Which component is affected?
…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I developed my app until 0.16.1 and didn't have any problems. But, after upgrading to 0.19.0, I can't run app in production mode a…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I have a store that is a complex object that has properties with are of type `Date`, when I try to manipulate the object in …
-
### Is your feature request related to a problem?
Initially, `envData `(formerly `userContext`), only had a couple of properties. Now the properties have grown, and they can really be very useful.
…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
THE CONTEXT
There are two routes, the root route, and the other route.
There is "database" which is just an array of st…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
When using a loader$ as simple as `export const dateLoader = loader$(() => new Date());` in either a layout or index file an error…