-
### Which component is affected?
Qwik Runtime
### Describe the bug
When navigating through MDX pages, previous page's elements does not fully cleared and cause some unwanted element transitio…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
Hi there,
since versions:
> qwik-city@0.2.1
> qwik@0.18.1
SPA navigation (useNavigate and Link) is adding a trailin…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
```tsx
👍
👎
```
In the above code whe…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
When using `useOnXXX` in the component that including components like this:
```ts
export default component$(() => {
useOnDocu…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
I want to be able to set cookie on page refresh, I am using access and refresh token for my authentication.
My goal is to …
-
### Which component is affected?
Qwik React
### Describe the bug
- qwik-react app from latest
- running in development mode
- when pulling up pages without react component, the app loads quickly
…
-
**Describe the bug**
When you go to generate a workspace using the command in README.md, it'll give constant errors
**To Reproduce**
Steps to reproduce the behavior:
```
npx create-nx-workspace…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
When using `useStore()` with an array of booleans, I have noticed that child components that receive one of the boolean valu…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
I was about to make a simple website using the built-in Link component and I was trying to implement a simple button …
-
### Which component is affected?
Qwik Runtime
### Describe the bug
Returning data from a `routeLoader$` and passing it down to a child component will only update the content correctly on the first …