-
### Which component is affected?
Qwik Rollup / Vite plugin
### Describe the bug
I originally wanted to get the frontmatter from an imported `.mdx` file. `useDocumentHead()` method wouldn't be suita…
-
### Which component is affected?
Qwik Optimizer (rust)
### Describe the bug
Inside ``, it's generated this line by the optimizer:
`(p0)=>((p0.withDescription??false&&"description"in p0.metadata)…
-
### Is your feature request related to a problem?
I look forward to using Qwik in my NuxtJS projects to avoid the Nuxt hydrate problem.
If so, that would be great.
### Describe the solution you'd l…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
"QWIK WARN msg This is likely because you are spreading {...props}, make sure the props you are spreading are not already de…
-
### Is your feature request related to a problem?
Users are unable to schedule work to happen after a Response is returned. Like `env`, we should expose `waitUntil` to users somehow.
### Describe th…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I am doing a simple same site navigation using the a tag, where I want to navigate to another part in the same route where t…
-
### Qwik Version
qwik-city 0.0.119
### Operating System (or Browser)
stackblitz
### Node Version (if applicable)
_No response_
### Which component is affected?
Qwik City
### Expected Behaviour…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I use Swiper on my website. It works when I use `npm run dev`. But when I use `npm run build` or `npm run preview` it does not wor…
-
### Qwik Version
v0.12.1
### Operating System (or Browser)
Arch Linux
### Node Version (if applicable)
v19.0.0
### Which component is affected?
Qwik City
### Expected Behaviour…
-
Following the Getting Started, I replaced the `initJuno` parameter with my `satteliteId` in this Qwik component `root.tsx` like so:
```
import { component$, useTask$} from '@builder.io/qwik';
imp…