-
Hi,
I get an error on route pushes in some components since I updated to the latest version of Qwik Speak. The error doesn't happen on a full reload, only on SPA route changes:
```console
log.j…
genox updated
11 months ago
-
### Which component is affected?
Qwik Runtime
### Describe the bug
### What I am doing:
I want to extend a component that accepts a generic Prop object.
```tsx
// Message.tsx
import { comp…
-
There is currently an issue using Qwik alongside other JSX-based framework integrations in Astro. My understanding is that the user needs to change their file structure and astro config for this to wo…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I'm trying to put link to navigate back to home by passing link component to the layout as it will be the same for whole app…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
Not sure if this affects runtime or city, as it probably has something to do with the preloader.
First I thought this only affe…
genox updated
10 months ago
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I cloned your starter
`git clone https://github.com/dannyfranca/qwik-router.git`
and I added `useVisibleTask$` in the Route1 co…
-
### I am interested in helping provide a fix!
Yes
### Which generators are impacted?
- [ ] All
- [ ] Angular
- [ ] HTML
- [ ] Preact
- [ ] Qwik
- [ ] React
- [ ] React-Native
- [ ] Solid
- [ ] Sten…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
When using sync$, we often want to execute a minimal amount of necessary code at page load that gets serialized.
The `syn…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
When I use QuickCity with a sample copy paste component
It only works if I open the page from url (for ex in my case
ht…
koakh updated
10 months ago
-
If we normally try to pass in children of a JSX component in an Astro file, it would be done like this:
inside `MyReactComponent`:
```tsx
import React from 'react';
const MyReactComponent = ({…