errors.fyi community error code reference
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.

References

← all namespaces