TS2531
typescript Object Is Possibly Null
An operation is being performed on a value that may be `null`. Use a null check, optional chaining (`?.`), or a non-null assertion (`!`) if you are certain the value is not null.
An operation is being performed on a value that may be `null`. Use a null check, optional chaining (`?.`), or a non-null assertion (`!`) if you are certain the value is not null.