-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bugSomething isn't workingSomething isn't workingneeds triageNew issue which needs to be triagedNew issue which needs to be triaged
Description
Which component is affected?
Qwik Runtime
Describe the bug
The vite-error-overlay has a backdrop-filter which uses blur(20px) and causes my M4 Max to go insane:
| backdrop-filter: blur(20px) brightness(0.4) saturate(3); |
I checked the Chrome Task Manager and I was using 5GB of RAM and my laptop started getting really hot. I guess it's unnecessary for showing an error and can be replaced with something simpler
Reproduction
N/A
Steps to reproduce
N/A
System Info
System:
OS: macOS 15.5
CPU: (14) arm64 Apple M4 Max
Memory: 3.11 GB / 36.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 22.15.0 - ~/.volta/tools/image/node/22.15.0/bin/node
npm: 10.9.2 - ~/.volta/tools/image/node/22.15.0/bin/npm
pnpm: 10.6.2 - ~/.volta/bin/pnpm
Browsers:
Chrome: 137.0.7151.104
Safari: 18.5
npmPackages:
@builder.io/qwik: ~1.14.1 => 1.14.1
@builder.io/qwik-city: ~1.14.1 => 1.14.1
@builder.io/sdk-qwik: ^0.20.1 => 0.20.1
typescript: ~5.7.2 => 5.7.3
undici: ^5.29.0 => 5.29.0
vite: ^6.0.0 => 6.3.5Additional Information
It might be related to the fact that we have so many errors and it's a blur over a blur over a blur etc:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds triageNew issue which needs to be triagedNew issue which needs to be triaged