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.
TS2531
typescript 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.