TS2533
typescript Object Is Possibly Null or Undefined
An operation is being performed on a value that may be either `null` or `undefined`. Guard against both values before accessing properties or calling methods on the value.
An operation is being performed on a value that may be either `null` or `undefined`. Guard against both values before accessing properties or calling methods on the value.