Skip to content

Commit 6adf8ca

Browse files
committed
Add more comment for TODO.
1 parent b1d2e9b commit 6adf8ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ export class Header extends Component<HeaderProps> {
262262

263263
if (!this._studioNeedsUrl) return
264264

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
265267
// TODO: studio/studio-recorder.js should be converted to ts. And add proper type.
266268
// @ts-ignore
267269
studioRecorder.visitUrl(this.urlInput)

0 commit comments

Comments
 (0)