You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid an error reported by TypeScript 4.1.5 (`href` might be undefined).
_javascripts_src/page.ts:6:34 - error TS2345: Argument of type
'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.
6 if (current_page.indexOf($(this).attr('href')) == 0) {
~~~~~~~~~~~~~~~~~~~~
0 commit comments