We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fed784 commit d159d53Copy full SHA for d159d53
packages/runner-shared/src/header/index.tsx
@@ -263,7 +263,7 @@ export class Header extends Component<HeaderProps> {
263
if (!this._studioNeedsUrl) return
264
265
// Note: changes in TypeScript 4.4.4 made the code below fail the type check.
266
- // @see https://github.com/cypress-io/cypress/pull/18930
+ // ts interprets visitUrl below as (url: null | undefined) => never
267
// TODO: studio/studio-recorder.js should be converted to ts. And add proper type.
268
// @ts-ignore
269
studioRecorder.visitUrl(this.urlInput)
0 commit comments