Skip to content

Commit

Permalink
Add more comment for TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh committed Nov 17, 2021
1 parent b1d2e9b commit 6adf8ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/runner-shared/src/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ export class Header extends Component<HeaderProps> {

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)
Expand Down

0 comments on commit 6adf8ca

Please sign in to comment.