qwik icon indicating copy to clipboard operation
qwik copied to clipboard

Instant-loading web apps, without effort

Results 1004 qwik issues
Sort by recently updated
recently updated
newest added

### Which component is affected? Qwik City (routing) ### Describe the bug qwik-city should only allow calling server$ and other qrls if they are generated as server$. Right now any...

TYPE: bug
COMP: qwik-city

Fixes #7135 Before merging: - [ ] test on windows, I can't do it. Just running `pnpm docs.dev` and alt-clicking a component to open in editor should work.

### Which component is affected? Qwik City (routing) ### Describe the bug The [resolveValue](https://qwik.dev/docs/route-loader/#access-the-routeloader-data-within-another-routeloader) function is documented as being available for `routeLoader$`, `routeAction$`, and `globalAction$`. However, there are two major...

TYPE: bug

I've followed the Qwik documentation to integrate Partytown with my application, aiming to load the Google Ads tag in a web worker. However, the tag isn't being detected as expected...

### Which component is affected? Qwik Runtime ### Describe the bug Issue appears here https://github.com/krausest/js-framework-benchmark/tree/master/frameworks/keyed/qwik This cannot be migrated to V2 on Linux but it can on Windows> Full error...

TYPE: bug
STATUS-1: needs triage

Extended terminology. Maybe a better place to put this? # What is it? - Feature / enhancement - Bug - Docs / tests / types / typos - Infra #...

### Which component is affected? Starters / CLI ### Describe the bug Hey there, Just to officially log this for tracking. So when running `npm create qwik@latest` the temp .create-qwik...

TYPE: bug
STATUS-1: needs triage

### Which component is affected? Qwik Runtime ### Describe the bug `onDblClick$` event handler doesn't handle double tap, making it useless on mobile devices. on the other hand, `onClick$` handle...

TYPE: bug
STATUS-1: needs triage

When I use this code in my loader: ``` const visitCount = await useVisitCounter(project, props) ``` I get this error: ``` TypeError: Invalid value used in weak set at WeakSet.add...