-
Cypress has a first class onboarding experience for some of the most popular frameworks (Angular, React...). Integrating Cypress with non-supported frameworks is more challenging.
Ideally, third pa…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I am creating library with demo in one app. I need to update library store from demo component. I tried to implement it with conte…
-
### Describe the feature you'd like.
Should be great having a Qwik framework support.
-
### Describe the feature
Hi, I'm trying to create a Nuxt application and deploy it via [Cloudflare Pages](https://pages.cloudflare.com/)
When you deploy an application via Cloudflare Pages you c…
-
### Which component is affected?
Qwik City (routing)
### Describe the bug
When I compile the App as SSG (using the Static site (.html)) adapter it does not update the URL on route change. It …
-
### Describe the feature
Hi, I'm trying to create a Nuxt application and deploy it via [Cloudflare Pages](https://pages.cloudflare.com/)
When you deploy an application via Cloudflare Pages you can…
-
### Which component is affected?
Qwik Rollup / Vite plugin
### Describe the bug
```ts
// src/routes/dev.ts
export const inDev = import.meta.env.DEV; // will replace by false when run production b…
-
### I am interested in helping provide a fix!
Yes
### Which generators are impacted?
- [ ] All
- [ ] Angular
- [ ] HTML
- [ ] Qwik
- [ ] React
- [ ] React-Native
- [ ] Solid
- [ ] Stencil
- [X] Sve…
-
### Describe the bug
I'm trying to create the blog page using Qwik at `example.local/blog` but I see this error:
> [vite] Internal server error: Cannot read properties of undefined (reading 'end…
-
### Describe the bug
```
span::before {
content: '';
}
```
Becomes:
```
span:before{content:""}
```
By dropping the extra `:` from `::before`, this is against the spec depended on by…