From 6adf8ca123d932cdbf3777cc78b596ff4380cbf5 Mon Sep 17 00:00:00 2001 From: KHeo Date: Wed, 17 Nov 2021 09:28:19 +0900 Subject: [PATCH] Add more comment for TODO. --- packages/runner-shared/src/header/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/runner-shared/src/header/index.tsx b/packages/runner-shared/src/header/index.tsx index c51bc13f7dec..3ba1843e910d 100644 --- a/packages/runner-shared/src/header/index.tsx +++ b/packages/runner-shared/src/header/index.tsx @@ -262,6 +262,8 @@ export class Header extends Component { if (!this._studioNeedsUrl) return + // Note: changes in TypeScript 4.4.4 made the code below fail the type check. + // @see https://github.com/cypress-io/cypress/pull/18930 // TODO: studio/studio-recorder.js should be converted to ts. And add proper type. // @ts-ignore studioRecorder.visitUrl(this.urlInput)