-
### Is your feature request related to a problem?
It's not clear what needs to be changed if I want to add a new middleware:
- added new middleware in the quick-city/middleware
- updated qwik-cit…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
Throwing a redirect from a `server$` function doesn't work, yet the redirect method is available on the functions `this`.
…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I'm building a dialog service that display a content in a modal. The `useModal` service return a `Modal` component bound wit…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
```tsx
import { component$ } from "@builder.io/qwik";
import {
routeLoader$,
Form,
routeAction$,
server$,
} from "@…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
I have a `basePathname` defined in the `qwikCity` options in `vite.config.ts`. I expect visiting the dev server with …
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I am trying to pass a function to the `useContextProvider` hook but it throws an error saying that the function is not serializabl…
-
### Suggestion
I can find "useEndpoint" from search button, but the resulting documentation url does not have information regarding "useEndpoint".
Steps to reproduce:
1. Goto https://qwik.bui…
-
### Which component is affected?
Qwik Rollup / Qwik City / Vite plugin / Optimizer?
### Describe the bug
When specifying a custom source directory, qwik city seems to find the routes, but qwi…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
When I tried to make a custom slot by passing it as props it's works on dev but when run preview it doesn't work
Run prev…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I am trying to change the order of rows in a table. It works fine on initial render, but when the order is changed, the valu…