-
Hi,
I'm trying to use Org files with Qwik project. I'm currently looking for any, not necesearily clean, way how to do this.
I suppose best approach would be to mimic way how [MDX is implemented…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I'm creating an autocomplete component with a custom `display$` function to display the selected value as a string. I use `useComp…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
After upgrading to 0.22.0 Qwik throws `QWIK ERROR Error: must be non null`
This is what gets printed
`
QWIK ERROR Error: mu…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
Cookies set in server side such as `loader$` or `onGet` never set if using dev-server.
Looking into the source code, it s…
-
Hello.
I'm using the latest version of qwik and qwik-speak.
Qwik-speak was configured using the quick start guide and works great locally, but when I build and deploy to a node express server, t…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
A website that was being built with previous versions is not built anymore when upgraded to Qwik 0.100.0.
This is the co…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I cannot even write a basic component without getting the following error - TS2345:
Argument of type '() => JSX.Element' is not…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
When I open the [Vitest UI](https://vitest.dev/guide/ui.html) at http://localhost:51204/__vitest__/, it says '404 not found…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I would like a component to apply global styles using a string value at runtime.
Something like this:
`
export const StyleVie…
-
**How can the documentation be improved?**
There is zero documentation on how to utilize frontmatter from mdx files. I specifically want to learn how to use frontmatter from subfiles in layout files.