-
Hi, I've been struggling with an issue that causes our override CSS rules to fail on some builds. In our production app it is actually inconsistent - however the simple local reproduction repository i…
-
Please support Component Testing for Angular.
In v1.22.0, there is experimental support for react, vue, and svelte Component Tests
> https://github.com/microsoft/playwright/releases/tag/v1.22.0
…
-
Hello, plugin dont work with vite + react. There is no sprite in dist after prod build, there is no sprite after dev build. Could you help pls with example please?
-
### Description
My project generates JavaScript templates for non-technical users. Before Vite, I published a zip file that looked like this:
- index.html
- config.js
- bundles/
- mount.js
…
-
### Is your feature request related to a problem? Please describe.
To inject HTML tags in a page's ``, as far as I understand the solution is to use the `head` or `transformHead` options.
My iss…
fvsch updated
11 months ago
-
**Describe the bug**
We're using test-runner to take Visual Regression snapshots of our components. Sometimes the test runner compares an the incorrect story to the snapshot. So our "default story" w…
-
### Feature Request
As discussed in #335, it is possible to load ESM content scripts using a dynamic import. The downside is that since it's async, the standard `run_at` option has basically no eff…
-
### Description
Not clear on how to do code coverage for component testing.
### Why is this needed?
It has been really helpful to me and my organization to be able to use the code coverage report…
-
## Environment
- Linaria version: "@linaria/react": "^4.3.8",
"@linaria/vite": "^4.2.11",
- Bundler (+ version): Vite
- Node.js version: 18.16.0
- OS: Mac Ventura 13…
-
**Describe the bug**
I have a component which generates a small bit of HTML which is injected into an `iframe`. The HTML contains a `style` section which the preprocessing tries to transform, yieldin…