Skip to content

Commit d159d53

Browse files
committed
fix comment
1 parent 4fed784 commit d159d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runner-shared/src/header/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export class Header extends Component<HeaderProps> {
263263
if (!this._studioNeedsUrl) return
264264

265265
// 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
266+
// ts interprets visitUrl below as (url: null | undefined) => never
267267
// TODO: studio/studio-recorder.js should be converted to ts. And add proper type.
268268
// @ts-ignore
269269
studioRecorder.visitUrl(this.urlInput)

0 commit comments

Comments
 (0)