Closed jennifer-shehane closed 3 weeks ago
https://github.com/electron/electron/pull/41079 was backported to Electron 29 in https://github.com/electron/electron/pull/41102 and is listed in the release notes for https://releases.electronjs.org/release/v29.0.0 so I imagine that Electron 30 will not be an improvement. Maybe worth testing with Electron 30 (or later) anyway?
I suppose. Electron 29 will need to be a breaking change we've decided, so I guess we could try 30 while we're at it.
@jennifer-shehane
Electron 29 will need to be a breaking change we've decided, so I guess we could try 30 while we're at it.
What would you like?
Seeing this warning in Electron 29 tests here: https://app.circleci.com/pipelines/github/cypress-io/cypress/64069/workflows/1cbb1422-c586-4814-96a2-3414e0d7f397/jobs/2657028
This is due to a change in Electron 29 from this PR: https://github.com/electron/electron/pull/40579
This behavior was refined in Electron 30 here: https://github.com/electron/electron/pull/41079
Users will not like to see this error if this is present when running Cypress in Electron 29.
Why is this needed?
.
Other
No response