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
Error message:
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.ts(2345)
The text was updated successfully, but these errors were encountered:
Describe what should be investigated or refactored
this.#cacheMissWindows.delete(firstKey)
is generating an error related to it possibly being undefined. This should be investigated and fixed.Links to any relevant code
Additional context
Error message:
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.ts(2345)
The text was updated successfully, but these errors were encountered: