How to solve TypeScript possibly undefined value
“The ‘Object is possibly undefined’ error occurs when attempting to access a property on an object that may be undefined. To resolve this error, we can employ optional chaining to short-circuit if the object is …