-
### Which component is affected?
Starters/CLI
### Describe the bug
I initialize the project with `npm create qwik@latest` and install tailwind, netlify edge via `npm run qwik add` and install…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
_This one was interesting to find!_
When using a `key` and spreading props on a component, Qwik will import react as a de…
-
### Which component is affected?
Qwik Playground
### Describe the bug
In an incognito Chrome session on this page:
https://qwik.builder.io/tutorial/props/basic/
I am seeing this error:
Ref…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
Inside a loader I was extracting `({ pathname, locale })` and then calling it like `locale('en')`, (to then retrieve …
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
I'm trying to use a server function in a `useTask$` hook. I get this error:
> Error: Dynamic require of "null.js" is…
-
### Which component is affected?
Starters / CLI
### Describe the bug
In `eslint-plugin-qwik`, there is a rule `jsx-key` which is set to `warn` for `recommended` config and `error` for `strict` conf…
-
**Describe the bug**
Qwik Contributor support needed for `main` branch, and local builds.
It took some fussing to find the root cause which is `qwik` / `Qwik-city` version sensitivities. **I've in…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
The bug was reported and fixed through the issue #2378. _But with release of the beta version of QwikCity 0.1.*, the bug re…
-
### Which component is affected?
Qwik Rollup / Vite plugin
### Describe the bug
Qwik loads constant values in files even if they're only used by an onRequest. This causes an error in the browser.
…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I am setting the `dangerouslySetInnerHTML` property of a `div` to a signal's value.
What I expect is the `div` to render the ra…