Michael Päßler

Results 27 comments of Michael Päßler

> @kolorfilm, are you experiencing this issue on `5.6.0` or a different version of Cypress? On the latest version of Cypress

Same issue with my Dell G3223D. It doesn't store the VRR refresh rate after reboot. I'm on Monterey 12.5.1 (21G83). Seems to be still buggy there right?

Hi there, I have the same problem with a third party package that makes a callback back to the next backend (redirect url from a ssoLib package). The link is...

From my perspective I can confirm the issue is fixed. The client sso library package works without any issues and swcMinify is on. Thanks! 🚀

Have the same issue for a while now. Can confirm it happens on Android using mediapipe in the browser (JS web application). Seeing this on our Sentry dashboard a few...

Hi there, I have the same problem. Is there a temp solution? Typescript also don't like it very much. :) `TS2339: Property  context  does not exist on type  PromiseSnapshot `

@davidkpiano sure! :) Sure I have defined a navigationStateMachine like that: ``` export const initialContext: NavigationContext = { result: 0, bla2: undefined, ... errorDetails: undefined, } as const; export const...

I found out that the context also was not set up correctly in my code above: it should be: ``` context: () => ({ ...initialContext, }), ``` But still I...