Mike McCready
Mike McCready
I can't reproduce this issue anymore. Perhaps it was fixed in `webpack`? ```text Node.js v20.15.0 ├── [email protected] ├── [email protected] ├── [email protected] └── [email protected] ```
@mreljin Thanks for your update! I can reproduce your issue. I don't know if this is actually a Cypress issue or not. I have updated the repro with your failing...
@erykpiast I looked again at my repro example and I found that it is not dependent on Cypress at all. I can uninstall and delete Cypress and the issue still...
@erykpiast > For the record - I'm not using Webpack in the project, but RSBuild. It's super interesting what's the root cause of the issue! The two environments may be...
Submitted as draft and waiting for the `develop` branch to be merged into the `release/14.0.0` branch which will then need some minor conflicts resolving in this PR.
@jennifer-shehane > Nice, a bit less confusing now. Yes, it's much simpler without having to apply all the workarounds 🙂
@JohanVandeplas > same here.. Cypress 14.0.0 - node 22.13.0 - Ubuntu 20.04.6 LTS Is this on a local system with a GPU (which is where I see the issue) or...
@tester-at-bmi > I have the same issue after upgrading... from 13.7.0... It appears to belong to the category of "garbage errors" that can be ignored. [[email protected]](https://docs.cypress.io/app/references/changelog#14-0-0) upgraded Electron from electron...
This issue remains reproducible: ```shell cd $(mktemp -d) rm -rf ~/.cache/Cypress rm -rf ~/.config/Cypress git init npm init -y npm install [email protected] -D npx cypress open ``` ```text It looks...
@lin826 > Same `_NET_WM_WINDOW_TYPE_INDEX ` error in Windows Subsystem for Linux (WSL2), but using native Windows works without an issue. Yes, this garbage error was reported under Linux and does...