qwik
qwik copied to clipboard
Instant-loading web apps, without effort
### 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...
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...
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...
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...
### 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...
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...